Html Css Color HEX #335E77 Blumine

📋 copy color: '#335E77'

red 51 ◦ green 94 ◦ blue 119

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

Shades of Blumine #335E77

Tints of Blumine #335E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

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

R = 19.32%
G = 35.61%
B = 45.08%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335E77 (or 0x335E77) is known color: Blumine. HEX triplet: 33, 5E and 77. RGB value is (51,94,119). Sum of RGB (Red+Green+Blue) = 51+94+119=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #335E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E77 is #CCA188. Grayscale: #535353. Windows color (decimal): -13410697 or 7822899. OLE color: 7822899.

HSL color Cylindrical-coordinate representation of color #335E77: hue angle of 202.06º 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 #335E77 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 94 119 -
CMYK 0.57 0.21 0 0.53
HSL 202.06º 0.4% 0.33% -
HSV(B) 202.06º 0.57% 0.47% -
XYZ 8.7 10.04 18.93 -
YUV 83.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 51 94 119 0.57 0.21 0 0.53 202.06 0.4 0.33
Hex 33 5E 77 39 15 0 35 CA 28 21
Octal 63 136 167 71 25 0 65 312 50 41
Binary 110011 1011110 1110111 111001 10101 0 110101 11001010 101000 100001

Color Harmonies of #335E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E77

Black with #335E77

Text Example


Text Example

White with #335E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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