Html Css Color HEX #335F71 Blumine

📋 copy color: '#335F71'

red 51 ◦ green 95 ◦ blue 113

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

Shades of Blumine #335F71

Tints of Blumine #335F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 19.69%
G = 36.68%
B = 43.63%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335F71 (or 0x335F71) is known color: Blumine. HEX triplet: 33, 5F and 71. RGB value is (51,95,113). Sum of RGB (Red+Green+Blue) = 51+95+113=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #335F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F71 is #CCA08E. Grayscale: #535353. Windows color (decimal): -13410447 or 7429939. OLE color: 7429939.

HSL color Cylindrical-coordinate representation of color #335F71: hue angle of 197.42º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335F71 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 95 113 -
CMYK 0.55 0.16 0 0.56
HSL 197.42º 0.38% 0.32% -
HSV(B) 197.42º 0.55% 0.44% -
XYZ 8.44 10.08 17.12 -
YUV 83.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 51 95 113 0.55 0.16 0 0.56 197.42 0.38 0.32
Hex 33 5F 71 37 10 0 38 C5 26 20
Octal 63 137 161 67 20 0 70 305 46 40
Binary 110011 1011111 1110001 110111 10000 0 111000 11000101 100110 100000

Color Harmonies of #335F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F71

Black with #335F71

Text Example


Text Example

White with #335F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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