Html Css Color HEX #335972 Blumine

📋 copy color: '#335972'

red 51 ◦ green 89 ◦ blue 114

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

Shades of Blumine #335972

Tints of Blumine #335972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 20.08%
G = 35.04%
B = 44.88%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335972 (or 0x335972) is known color: Blumine. HEX triplet: 33, 59 and 72. RGB value is (51,89,114). Sum of RGB (Red+Green+Blue) = 51+89+114=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #335972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335972 is #CCA68D. Grayscale: #505050. Windows color (decimal): -13411982 or 7493939. OLE color: 7493939.

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

Color convert

RGB 51 89 114 -
CMYK 0.55 0.22 0 0.55
HSL 203.81º 0.38% 0.32% -
HSV(B) 203.81º 0.55% 0.45% -
XYZ 7.97 9.06 17.25 -
YUV 80.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 51 89 114 0.55 0.22 0 0.55 203.81 0.38 0.32
Hex 33 59 72 37 16 0 37 CC 26 20
Octal 63 131 162 67 26 0 67 314 46 40
Binary 110011 1011001 1110010 110111 10110 0 110111 11001100 100110 100000

Color Harmonies of #335972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335972

Black with #335972

Text Example


Text Example

White with #335972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335972; }

 p { color: rgb(51,89,114); }

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

background-color css

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

 a { background-color: rgb(51,89,114); }

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

border-color css

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

 span { border-color: rgb(51,89,114); }

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