#238DB6

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

Shades of Pelorous #238DB6

Tints of Pelorous #238DB6

Color information

#238DB6 (or 0x238DB6) is unknown color: approx Pelorous. HEX triplet: 23, 8D and B6. RGB value is (35,141,182). Sum of RGB (Red+Green+Blue) = 35+141+182=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #238DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DB6 is #DC7249. Grayscale: #717171. Windows color (decimal): -14447178 or 11963683. OLE color: 11963683.

HSL color Cylindrical-coordinate representation of color #238DB6: hue angle of 196.73º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238DB6 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB35141182-
CMYK0.810.2300.29
HSL196.73º67.74%42.55%-
HSV(B)196.73º80.77%71.37%-
XYZ18.6622.7847.67-
YUV113.98166.3871.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.78%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=9.78%
G=39.39%
B=50.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal351411820.810.2300.29196.7367.7442.55
Hex238DB6511701Dc5442b
Octal432152661212703530510453
Binary1000111000110110110110101000110111011101110001011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,141,182); }

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

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

 a { background-color: rgb(35,141,182); }

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

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

 span { border-color: rgb(35,141,182); }

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