Html Css Color HEX #355972 Blumine

📋 copy color: '#355972'

red 53 ◦ green 89 ◦ blue 114

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

Shades of Blumine #355972

Tints of Blumine #355972

RGB

 RED value IS 53 (21.09% from 255) = 20.7%

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

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

R = 20.7%
G = 34.77%
B = 44.53%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355972 (or 0x355972) is known color: Blumine. HEX triplet: 35, 59 and 72. RGB value is (53,89,114). Sum of RGB (Red+Green+Blue) = 53+89+114=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #355972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355972 is #CAA68D. Grayscale: #505050. Windows color (decimal): -13280910 or 7493941. OLE color: 7493941.

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

Color convert

RGB 53 89 114 -
CMYK 0.54 0.22 0 0.55
HSL 204.59º 0.37% 0.33% -
HSV(B) 204.59º 0.54% 0.45% -
XYZ 8.08 9.12 17.25 -
YUV 81.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 53 89 114 0.54 0.22 0 0.55 204.59 0.37 0.33
Hex 35 59 72 36 16 0 37 CD 25 21
Octal 65 131 162 66 26 0 67 315 45 41
Binary 110101 1011001 1110010 110110 10110 0 110111 11001101 100101 100001

Color Harmonies of #355972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355972

Black with #355972

Text Example


Text Example

White with #355972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355972; }

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

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

background-color css

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

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

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

border-color css

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

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

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