Html Css Color HEX #356973 Blumine

📋 copy color: '#356973'

red 53 ◦ green 105 ◦ blue 115

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

Shades of Blumine #356973

Tints of Blumine #356973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 19.41%
G = 38.46%
B = 42.12%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356973 (or 0x356973) is known color: Blumine. HEX triplet: 35, 69 and 73. RGB value is (53,105,115). Sum of RGB (Red+Green+Blue) = 53+105+115=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #356973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356973 is #CA968C. Grayscale: #5A5A5A. Windows color (decimal): -13276813 or 7563573. OLE color: 7563573.

HSL color Cylindrical-coordinate representation of color #356973: hue angle of 189.68º 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 #356973 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 105 115 -
CMYK 0.54 0.09 0 0.55
HSL 189.68º 0.37% 0.33% -
HSV(B) 189.68º 0.54% 0.45% -
XYZ 9.61 12.1 18.05 -
YUV 90.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 53 105 115 0.54 0.09 0 0.55 189.68 0.37 0.33
Hex 35 69 73 36 9 0 37 BE 25 21
Octal 65 151 163 66 11 0 67 276 45 41
Binary 110101 1101001 1110011 110110 1001 0 110111 10111110 100101 100001

Color Harmonies of #356973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356973

Black with #356973

Text Example


Text Example

White with #356973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356973; }

 p { color: rgb(53,105,115); }

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

background-color css

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

 a { background-color: rgb(53,105,115); }

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

border-color css

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

 span { border-color: rgb(53,105,115); }

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