Html Css Color HEX #239BAA Pelorous

📋 copy color: '#239BAA'

red 35 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #239BAA

Tints of Pelorous #239BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

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

R = 9.72%
G = 43.06%
B = 47.22%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#239BAA (or 0x239BAA) is known color: Pelorous. HEX triplet: 23, 9B and AA. RGB value is (35,155,170). Sum of RGB (Red+Green+Blue) = 35+155+170=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #239BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239BAA is #DC6455. Grayscale: #787878. Windows color (decimal): -14443606 or 11180835. OLE color: 11180835.

HSL color Cylindrical-coordinate representation of color #239BAA: hue angle of 186.67º 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 #239BAA is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 155 170 -
CMYK 0.79 0.09 0 0.33
HSL 186.67º 0.66% 0.4% -
HSV(B) 186.67º 0.79% 0.67% -
XYZ 19.67 26.7 42.15 -
YUV 120.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 35 155 170 0.79 0.09 0 0.33 186.67 0.66 0.4
Hex 23 9B AA 4F 9 0 21 BB 42 28
Octal 43 233 252 117 11 0 41 273 102 50
Binary 100011 10011011 10101010 1001111 1001 0 100001 10111011 1000010 101000

Color Harmonies of #239BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BAA

Black with #239BAA

Text Example


Text Example

White with #239BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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