Html Css Color HEX #335D71 Blumine

📋 copy color: '#335D71'

red 51 ◦ green 93 ◦ blue 113

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

Shades of Blumine #335D71

Tints of Blumine #335D71

RGB

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

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

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

R = 19.84%
G = 36.19%
B = 43.97%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335D71 (or 0x335D71) is known color: Blumine. HEX triplet: 33, 5D and 71. RGB value is (51,93,113). Sum of RGB (Red+Green+Blue) = 51+93+113=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #335D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D71 is #CCA28E. Grayscale: #525252. Windows color (decimal): -13410959 or 7429427. OLE color: 7429427.

HSL color Cylindrical-coordinate representation of color #335D71: hue angle of 199.35º 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 #335D71 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 93 113 -
CMYK 0.55 0.18 0 0.56
HSL 199.35º 0.38% 0.32% -
HSV(B) 199.35º 0.55% 0.44% -
XYZ 8.26 9.72 17.06 -
YUV 82.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 51 93 113 0.55 0.18 0 0.56 199.35 0.38 0.32
Hex 33 5D 71 37 12 0 38 C7 26 20
Octal 63 135 161 67 22 0 70 307 46 40
Binary 110011 1011101 1110001 110111 10010 0 111000 11000111 100110 100000

Color Harmonies of #335D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D71

Black with #335D71

Text Example


Text Example

White with #335D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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