#239EA9

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

Shades of Pelorous #239EA9

Tints of Pelorous #239EA9

Color information

#239EA9 (or 0x239EA9) is unknown color: approx Pelorous. HEX triplet: 23, 9E and A9. RGB value is (35,158,169). Sum of RGB (Red+Green+Blue) = 35+158+169=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #239EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239EA9 is #DC6156. Grayscale: #7A7A7A. Windows color (decimal): -14442839 or 11116067. OLE color: 11116067.

HSL color Cylindrical-coordinate representation of color #239EA9: hue angle of 184.93º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239EA9 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB35158169-
CMYK0.790.0700.34
HSL184.93º65.69%40%-
HSV(B)184.93º79.29%66.27%-
XYZ20.0827.6841.82-
YUV122.48154.2565.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.67%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 169 (66.41% from 255) = 46.69%
R=9.67%
G=43.65%
B=46.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal351581690.790.0700.34184.9365.6940
Hex239EA94F7022b94228
Octal43236251117704227110250
Binary100011100111101010100110011111110100010101110011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239EA9; }

 p { color: rgb(35,158,169); }

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

<style>
 a { background-color: #239EA9; }

 a { background-color: rgb(35,158,169); }

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

<style>
 span { border-color: #239EA9; }

 span { border-color: rgb(35,158,169); }

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