#238eab

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

Shades of Pelorous #238EAB

Tints of Pelorous #238EAB

Color information

#238EAB (or 0x238EAB) is unknown color: approx Pelorous. HEX triplet: 23, 8E and AB. RGB value is (35,142,171). Sum of RGB (Red+Green+Blue) = 35+142+171=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #238EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238EAB is #DC7154. Grayscale: #717171. Windows color (decimal): -14446933 or 11243043. OLE color: 11243043.

HSL color Cylindrical-coordinate representation of color #238EAB: hue angle of 192.79º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238EAB is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35142171-
CMYK0.800.1700.33
HSL192.79º66.02%40.39%-
HSV(B)192.79º79.53%67.06%-
XYZ17.7222.6441.96-
YUV113.31160.5572.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.06%
GREEN value IS 142 (55.86% from 255) = 40.80%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=10.06%
G=40.80%
B=49.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351421710.800.1700.33192.7966.0240.39
Hex238EAB5011021c14228
Octal432162531202104130110250
Binary10001110001110101010111010000100010100001110000011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,142,171); }

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

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

 a { background-color: rgb(35,142,171); }

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

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

 span { border-color: rgb(35,142,171); }

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