Html Css Color HEX #335D76 Blumine

📋 copy color: '#335D76'

red 51 ◦ green 93 ◦ blue 118

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

Shades of Blumine #335D76

Tints of Blumine #335D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 19.47%
G = 35.5%
B = 45.04%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#335D76 (or 0x335D76) is known color: Blumine. HEX triplet: 33, 5D and 76. RGB value is (51,93,118). Sum of RGB (Red+Green+Blue) = 51+93+118=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #335D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D76 is #CCA289. Grayscale: #535353. Windows color (decimal): -13410954 or 7757107. OLE color: 7757107.

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

Color convert

RGB 51 93 118 -
CMYK 0.57 0.21 0 0.54
HSL 202.39º 0.4% 0.33% -
HSV(B) 202.39º 0.57% 0.46% -
XYZ 8.55 9.84 18.59 -
YUV 83.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 51 93 118 0.57 0.21 0 0.54 202.39 0.4 0.33
Hex 33 5D 76 39 15 0 36 CA 28 21
Octal 63 135 166 71 25 0 66 312 50 41
Binary 110011 1011101 1110110 111001 10101 0 110110 11001010 101000 100001

Color Harmonies of #335D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D76

Black with #335D76

Text Example


Text Example

White with #335D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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