#239AAD

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

Shades of Pelorous #239AAD

Tints of Pelorous #239AAD

Color information

#239AAD (or 0x239AAD) is unknown color: approx Pelorous. HEX triplet: 23, 9A and AD. RGB value is (35,154,173). Sum of RGB (Red+Green+Blue) = 35+154+173=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #239AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AAD is #DC6552. Grayscale: #787878. Windows color (decimal): -14443859 or 11377187. OLE color: 11377187.

HSL color Cylindrical-coordinate representation of color #239AAD: hue angle of 188.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239AAD is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB35154173-
CMYK0.800.1100.32
HSL188.26º66.35%40.78%-
HSV(B)188.26º79.77%67.84%-
XYZ19.7926.4943.6-
YUV120.58157.5866.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.67%
GREEN value IS 154 (60.55% from 255) = 42.54%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=9.67%
G=42.54%
B=47.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351541730.800.1100.32188.2666.3540.78
Hex239AAD50B020bc4229
Octal432322551201304027410251
Binary1000111001101010101101101000010110100000101111001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,154,173); }

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

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

 a { background-color: rgb(35,154,173); }

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

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

 span { border-color: rgb(35,154,173); }

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