Html Css Color HEX #36AABB Pelorous

📋 copy color: '#36AABB'

red 54 ◦ green 170 ◦ blue 187

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

Shades of Pelorous #36AABB

Tints of Pelorous #36AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 13.14%
G = 41.36%
B = 45.5%

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

#36AABB (or 0x36AABB) is known color: Pelorous. HEX triplet: 36, AA and BB. RGB value is (54,170,187). Sum of RGB (Red+Green+Blue) = 54+170+187=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #36AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AABB is #C95544. Grayscale: #898989. Windows color (decimal): -13194565 or 12298806. OLE color: 12298806.

HSL color Cylindrical-coordinate representation of color #36AABB: hue angle of 187.67º 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 #36AABB is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 170 187 -
CMYK 0.71 0.09 0 0.27
HSL 187.67º 0.55% 0.47% -
HSV(B) 187.67º 0.71% 0.73% -
XYZ 24.87 33.12 52.1 -
YUV 137.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 54 170 187 0.71 0.09 0 0.27 187.67 0.55 0.47
Hex 36 AA BB 47 9 0 1B BC 37 2F
Octal 66 252 273 107 11 0 33 274 67 57
Binary 110110 10101010 10111011 1000111 1001 0 11011 10111100 110111 101111

Color Harmonies of #36AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AABB

Black with #36AABB

Text Example


Text Example

White with #36AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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