Html Css Color HEX #239EAA Pelorous

📋 copy color: '#239EAA'

red 35 ◦ green 158 ◦ blue 170

#239EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #239EAA

Tints of Pelorous #239EAA

RGB

 RED value IS 35 (14.06% from 255) = 9.64%

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 9.64%
G = 43.53%
B = 46.83%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#239EAA (or 0x239EAA) is known color: Pelorous. HEX triplet: 23, 9E and AA. RGB value is (35,158,170). Sum of RGB (Red+Green+Blue) = 35+158+170=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #239EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239EAA is #DC6155. Grayscale: #7A7A7A. Windows color (decimal): -14442838 or 11181603. OLE color: 11181603.

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

Color convert

RGB 35 158 170 -
CMYK 0.79 0.07 0 0.33
HSL 185.33º 0.66% 0.4% -
HSV(B) 185.33º 0.79% 0.67% -
XYZ 20.18 27.71 42.32 -
YUV 122.59 154.75 65.52 -
System Red Green Blue C M Y K H S L
Decimal 35 158 170 0.79 0.07 0 0.33 185.33 0.66 0.4
Hex 23 9E AA 4F 7 0 21 B9 42 28
Octal 43 236 252 117 7 0 41 271 102 50
Binary 100011 10011110 10101010 1001111 111 0 100001 10111001 1000010 101000

Color Harmonies of #239EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239EAA

Black with #239EAA

Text Example


Text Example

White with #239EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #239EAA;
 }
 .AnyTagClassName
 {
   color: #239EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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