Html Css Color HEX #335A54 Blue Dianne

📋 copy color: '#335A54'

red 51 ◦ green 90 ◦ blue 84

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

Shades of Blue Dianne #335A54

Tints of Blue Dianne #335A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40%

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 22.67%
G = 40%
B = 37.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#335A54 (or 0x335A54) is known color: Blue Dianne. HEX triplet: 33, 5A and 54. RGB value is (51,90,84). Sum of RGB (Red+Green+Blue) = 51+90+84=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #335A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A54 is #CCA5AB. Grayscale: #4D4D4D. Windows color (decimal): -13411756 or 5528115. OLE color: 5528115.

HSL color Cylindrical-coordinate representation of color #335A54: hue angle of 170.77º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335A54 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 90 84 -
CMYK 0.43 0 0.07 0.65
HSL 170.77º 0.28% 0.28% -
HSV(B) 170.77º 0.43% 0.35% -
XYZ 6.62 8.66 9.71 -
YUV 77.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 51 90 84 0.43 0 0.07 0.65 170.77 0.28 0.28
Hex 33 5A 54 2B 0 7 41 AB 1C 1C
Octal 63 132 124 53 0 7 101 253 34 34
Binary 110011 1011010 1010100 101011 0 111 1000001 10101011 11100 11100

Color Harmonies of #335A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A54

Black with #335A54

Text Example


Text Example

White with #335A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A54; }

 p { color: rgb(51,90,84); }

 H1.HeaderClassName
 {
   color: #335A54;
 }
 .AnyTagClassName
 {
   color: #335A54;
 }
</style>

background-color css

<style>
 a { background-color: #335A54; }

 a { background-color: rgb(51,90,84); }

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

border-color css

<style>
 span { border-color: #335A54; }

 span { border-color: rgb(51,90,84); }

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