Html Css Color HEX #33A2BC Pelorous

📋 copy color: '#33A2BC'

red 51 ◦ green 162 ◦ blue 188

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

Shades of Pelorous #33A2BC

Tints of Pelorous #33A2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 12.72%
G = 40.4%
B = 46.88%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#33A2BC (or 0x33A2BC) is known color: Pelorous. HEX triplet: 33, A2 and BC. RGB value is (51,162,188). Sum of RGB (Red+Green+Blue) = 51+162+188=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #33A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A2BC is #CC5D43. Grayscale: #838383. Windows color (decimal): -13393220 or 12362291. OLE color: 12362291.

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

Color convert

RGB 51 162 188 -
CMYK 0.73 0.14 0 0.26
HSL 191.39º 0.57% 0.47% -
HSV(B) 191.39º 0.73% 0.74% -
XYZ 23.36 30.18 52.17 -
YUV 131.78 159.73 70.39 -
System Red Green Blue C M Y K H S L
Decimal 51 162 188 0.73 0.14 0 0.26 191.39 0.57 0.47
Hex 33 A2 BC 49 E 0 1A BF 39 2F
Octal 63 242 274 111 16 0 32 277 71 57
Binary 110011 10100010 10111100 1001001 1110 0 11010 10111111 111001 101111

Color Harmonies of #33A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A2BC

Black with #33A2BC

Text Example


Text Example

White with #33A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,162,188); }

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

background-color css

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

 a { background-color: rgb(51,162,188); }

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

border-color css

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

 span { border-color: rgb(51,162,188); }

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