Html Css Color HEX #33AABB Pelorous

📋 copy color: '#33AABB'

red 51 ◦ green 170 ◦ blue 187

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

Shades of Pelorous #33AABB

Tints of Pelorous #33AABB

RGB

 RED value IS 51 (20.31% from 255) = 12.5%

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

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

R = 12.5%
G = 41.67%
B = 45.83%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#33AABB (or 0x33AABB) is known color: Pelorous. HEX triplet: 33, AA and BB. RGB value is (51,170,187). Sum of RGB (Red+Green+Blue) = 51+170+187=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #33AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AABB is #CC5544. Grayscale: #888888. Windows color (decimal): -13391173 or 12298803. OLE color: 12298803.

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

Color convert

RGB 51 170 187 -
CMYK 0.73 0.09 0 0.27
HSL 187.5º 0.57% 0.47% -
HSV(B) 187.5º 0.73% 0.73% -
XYZ 24.71 33.04 52.09 -
YUV 136.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 51 170 187 0.73 0.09 0 0.27 187.5 0.57 0.47
Hex 33 AA BB 49 9 0 1B BC 39 2F
Octal 63 252 273 111 11 0 33 274 71 57
Binary 110011 10101010 10111011 1001001 1001 0 11011 10111100 111001 101111

Color Harmonies of #33AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AABB

Black with #33AABB

Text Example


Text Example

White with #33AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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