Html Css Color HEX #36AABA Pelorous

📋 copy color: '#36AABA'

red 54 ◦ green 170 ◦ blue 186

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

Shades of Pelorous #36AABA

Tints of Pelorous #36AABA

RGB

 RED value IS 54 (21.48% from 255) = 13.17%

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 13.17%
G = 41.46%
B = 45.37%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#36AABA (or 0x36AABA) is known color: Pelorous. HEX triplet: 36, AA and BA. RGB value is (54,170,186). Sum of RGB (Red+Green+Blue) = 54+170+186=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #36AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AABA is #C95545. Grayscale: #888888. Windows color (decimal): -13194566 or 12233270. OLE color: 12233270.

HSL color Cylindrical-coordinate representation of color #36AABA: hue angle of 187.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36AABA is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 170 186 -
CMYK 0.71 0.09 0 0.27
HSL 187.27º 0.55% 0.47% -
HSV(B) 187.27º 0.71% 0.73% -
XYZ 24.76 33.08 51.53 -
YUV 137.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 54 170 186 0.71 0.09 0 0.27 187.27 0.55 0.47
Hex 36 AA BA 47 9 0 1B BB 37 2F
Octal 66 252 272 107 11 0 33 273 67 57
Binary 110110 10101010 10111010 1000111 1001 0 11011 10111011 110111 101111

Color Harmonies of #36AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AABA

Black with #36AABA

Text Example


Text Example

White with #36AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36AABA; }

 p { color: rgb(54,170,186); }

 H1.HeaderClassName
 {
   color: #36AABA;
 }
 .AnyTagClassName
 {
   color: #36AABA;
 }
</style>

background-color css

<style>
 a { background-color: #36AABA; }

 a { background-color: rgb(54,170,186); }

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

border-color css

<style>
 span { border-color: #36AABA; }

 span { border-color: rgb(54,170,186); }

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