Html Css Color HEX #355970 Blumine

📋 copy color: '#355970'

red 53 ◦ green 89 ◦ blue 112

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

Shades of Blumine #355970

Tints of Blumine #355970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 20.87%
G = 35.04%
B = 44.09%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355970 (or 0x355970) is known color: Blumine. HEX triplet: 35, 59 and 70. RGB value is (53,89,112). Sum of RGB (Red+Green+Blue) = 53+89+112=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #355970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355970 is #CAA68F. Grayscale: #505050. Windows color (decimal): -13280912 or 7362869. OLE color: 7362869.

HSL color Cylindrical-coordinate representation of color #355970: hue angle of 203.39º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355970 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 89 112 -
CMYK 0.53 0.21 0 0.56
HSL 203.39º 0.36% 0.32% -
HSV(B) 203.39º 0.53% 0.44% -
XYZ 7.97 9.07 16.66 -
YUV 80.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 53 89 112 0.53 0.21 0 0.56 203.39 0.36 0.32
Hex 35 59 70 35 15 0 38 CB 24 20
Octal 65 131 160 65 25 0 70 313 44 40
Binary 110101 1011001 1110000 110101 10101 0 111000 11001011 100100 100000

Color Harmonies of #355970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355970

Black with #355970

Text Example


Text Example

White with #355970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355970; }

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

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

background-color css

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

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

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

border-color css

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

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

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