Html Css Color HEX #335F77 Blumine

📋 copy color: '#335F77'

red 51 ◦ green 95 ◦ blue 119

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

Shades of Blumine #335F77

Tints of Blumine #335F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.85%

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

R = 19.25%
G = 35.85%
B = 44.91%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335F77 (or 0x335F77) is known color: Blumine. HEX triplet: 33, 5F and 77. RGB value is (51,95,119). Sum of RGB (Red+Green+Blue) = 51+95+119=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #335F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F77 is #CCA088. Grayscale: #545454. Windows color (decimal): -13410441 or 7823155. OLE color: 7823155.

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

Color convert

RGB 51 95 119 -
CMYK 0.57 0.20 0 0.53
HSL 201.18º 0.4% 0.33% -
HSV(B) 201.18º 0.57% 0.47% -
XYZ 8.79 10.22 18.96 -
YUV 84.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 51 95 119 0.57 0.20 0 0.53 201.18 0.4 0.33
Hex 33 5F 77 39 14 0 35 C9 28 21
Octal 63 137 167 71 24 0 65 311 50 41
Binary 110011 1011111 1110111 111001 10100 0 110101 11001001 101000 100001

Color Harmonies of #335F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F77

Black with #335F77

Text Example


Text Example

White with #335F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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