Html Css Color HEX #33504A Blue Dianne

📋 copy color: '#33504A'

red 51 ◦ green 80 ◦ blue 74

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

Shades of Blue Dianne #33504A

Tints of Blue Dianne #33504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 24.88%
G = 39.02%
B = 36.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#33504A (or 0x33504A) is known color: Blue Dianne. HEX triplet: 33, 50 and 4A. RGB value is (51,80,74). Sum of RGB (Red+Green+Blue) = 51+80+74=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #33504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33504A is #CCAFB5. Grayscale: #464646. Windows color (decimal): -13414326 or 4870195. OLE color: 4870195.

HSL color Cylindrical-coordinate representation of color #33504A: hue angle of 167.59º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #33504A is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 74 -
CMYK 0.36 0 0.08 0.69
HSL 167.59º 0.22% 0.26% -
HSV(B) 167.59º 0.36% 0.31% -
XYZ 5.47 6.94 7.53 -
YUV 70.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 51 80 74 0.36 0 0.08 0.69 167.59 0.22 0.26
Hex 33 50 4A 24 0 8 45 A8 16 1A
Octal 63 120 112 44 0 10 105 250 26 32
Binary 110011 1010000 1001010 100100 0 1000 1000101 10101000 10110 11010

Color Harmonies of #33504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33504A

Black with #33504A

Text Example


Text Example

White with #33504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33504A; }

 p { color: rgb(51,80,74); }

 H1.HeaderClassName
 {
   color: #33504A;
 }
 .AnyTagClassName
 {
   color: #33504A;
 }
</style>

background-color css

<style>
 a { background-color: #33504A; }

 a { background-color: rgb(51,80,74); }

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

border-color css

<style>
 span { border-color: #33504A; }

 span { border-color: rgb(51,80,74); }

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