#238BC1

Color #238BC1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #238BC1

Tints of Pelorous #238BC1

Color information

#238BC1 (or 0x238BC1) is unknown color: approx Pelorous. HEX triplet: 23, 8B and C1. RGB value is (35,139,193). Sum of RGB (Red+Green+Blue) = 35+139+193=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #238BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BC1 is #DC743E. Grayscale: #717171. Windows color (decimal): -14447679 or 12684067. OLE color: 12684067.

HSL color Cylindrical-coordinate representation of color #238BC1: hue angle of 200.51º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238BC1 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB35139193-
CMYK0.820.2800.24
HSL200.51º69.3%44.71%-
HSV(B)200.51º81.87%75.69%-
XYZ19.5522.6753.8-
YUV114.06172.5471.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 9.54%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=9.54%
G=37.87%
B=52.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal351391930.820.2800.24200.5169.344.71
Hex238BC1521C018c9452d
Octal432133011223403031110555
Binary1000111000101111000001101001011100011000110010011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238BC1; }

 p { color: rgb(35,139,193); }

 H1.HeaderClassName
 {
   color: #238BC1;
 }
 .AnyTagClassName
 {
   color: #238BC1;
 }
</style>
background-color css

<style>
 a { background-color: #238BC1; }

 a { background-color: rgb(35,139,193); }

 div.DivClassName
 {
   background-color: #238BC1;
 }
 .BgClassName
 {
   background-color: #238BC1;
 }
</style>
border-color css

<style>
 span { border-color: #238BC1; }

 span { border-color: rgb(35,139,193); }

 td.TdClassName
 {
   border-color: #238BC1;
 }
 .TagClassName
 {
   border-color: #238BC1;
 }
</style>