Html Css Color HEX #335D77 Blumine

📋 copy color: '#335D77'

red 51 ◦ green 93 ◦ blue 119

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

Shades of Blumine #335D77

Tints of Blumine #335D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 19.39%
G = 35.36%
B = 45.25%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335D77 (or 0x335D77) is known color: Blumine. HEX triplet: 33, 5D and 77. RGB value is (51,93,119). Sum of RGB (Red+Green+Blue) = 51+93+119=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #335D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D77 is #CCA288. Grayscale: #535353. Windows color (decimal): -13410953 or 7822643. OLE color: 7822643.

HSL color Cylindrical-coordinate representation of color #335D77: hue angle of 202.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335D77 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 93 119 -
CMYK 0.57 0.22 0 0.53
HSL 202.94º 0.4% 0.33% -
HSV(B) 202.94º 0.57% 0.47% -
XYZ 8.61 9.86 18.9 -
YUV 83.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 51 93 119 0.57 0.22 0 0.53 202.94 0.4 0.33
Hex 33 5D 77 39 16 0 35 CB 28 21
Octal 63 135 167 71 26 0 65 313 50 41
Binary 110011 1011101 1110111 111001 10110 0 110101 11001011 101000 100001

Color Harmonies of #335D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D77

Black with #335D77

Text Example


Text Example

White with #335D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,119); }

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

background-color css

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

 a { background-color: rgb(51,93,119); }

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

border-color css

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

 span { border-color: rgb(51,93,119); }

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