Html Css Color HEX #33504D Blue Dianne

📋 copy color: '#33504D'

red 51 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #33504D

Tints of Blue Dianne #33504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 24.52%
G = 38.46%
B = 37.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#33504D (or 0x33504D) is known color: Blue Dianne. HEX triplet: 33, 50 and 4D. RGB value is (51,80,77). Sum of RGB (Red+Green+Blue) = 51+80+77=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #33504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33504D is #CCAFB2. Grayscale: #464646. Windows color (decimal): -13414323 or 5066803. OLE color: 5066803.

HSL color Cylindrical-coordinate representation of color #33504D: hue angle of 173.79º 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 #33504D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 77 -
CMYK 0.36 0 0.04 0.69
HSL 173.79º 0.22% 0.26% -
HSV(B) 173.79º 0.36% 0.31% -
XYZ 5.57 6.98 8.07 -
YUV 70.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 51 80 77 0.36 0 0.04 0.69 173.79 0.22 0.26
Hex 33 50 4D 24 0 4 45 AE 16 1A
Octal 63 120 115 44 0 4 105 256 26 32
Binary 110011 1010000 1001101 100100 0 100 1000101 10101110 10110 11010

Color Harmonies of #33504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33504D

Black with #33504D

Text Example


Text Example

White with #33504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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