Html Css Color HEX #36AABC Pelorous

📋 copy color: '#36AABC'

red 54 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #36AABC

Tints of Pelorous #36AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 13.11%
G = 41.26%
B = 45.63%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#36AABC (or 0x36AABC) is known color: Pelorous. HEX triplet: 36, AA and BC. RGB value is (54,170,188). Sum of RGB (Red+Green+Blue) = 54+170+188=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #36AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AABC is #C95543. Grayscale: #898989. Windows color (decimal): -13194564 or 12364342. OLE color: 12364342.

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

Color convert

RGB 54 170 188 -
CMYK 0.71 0.10 0 0.26
HSL 188.06º 0.55% 0.47% -
HSV(B) 188.06º 0.71% 0.74% -
XYZ 24.97 33.16 52.66 -
YUV 137.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 54 170 188 0.71 0.10 0 0.26 188.06 0.55 0.47
Hex 36 AA BC 47 A 0 1A BC 37 2F
Octal 66 252 274 107 12 0 32 274 67 57
Binary 110110 10101010 10111100 1000111 1010 0 11010 10111100 110111 101111

Color Harmonies of #36AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AABC

Black with #36AABC

Text Example


Text Example

White with #36AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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