Html Css Color HEX #33A2BE Pelorous

📋 copy color: '#33A2BE'

red 51 ◦ green 162 ◦ blue 190

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

Shades of Pelorous #33A2BE

Tints of Pelorous #33A2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 12.66%
G = 40.2%
B = 47.15%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#33A2BE (or 0x33A2BE) is known color: Pelorous. HEX triplet: 33, A2 and BE. RGB value is (51,162,190). Sum of RGB (Red+Green+Blue) = 51+162+190=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #33A2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A2BE is #CC5D41. Grayscale: #838383. Windows color (decimal): -13393218 or 12493363. OLE color: 12493363.

HSL color Cylindrical-coordinate representation of color #33A2BE: hue angle of 192.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33A2BE is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 162 190 -
CMYK 0.73 0.15 0 0.25
HSL 192.09º 0.58% 0.47% -
HSV(B) 192.09º 0.73% 0.75% -
XYZ 23.58 30.26 53.31 -
YUV 132 160.73 70.22 -
System Red Green Blue C M Y K H S L
Decimal 51 162 190 0.73 0.15 0 0.25 192.09 0.58 0.47
Hex 33 A2 BE 49 F 0 19 C0 3A 2F
Octal 63 242 276 111 17 0 31 300 72 57
Binary 110011 10100010 10111110 1001001 1111 0 11001 11000000 111010 101111

Color Harmonies of #33A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A2BE

Black with #33A2BE

Text Example


Text Example

White with #33A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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