Html Css Color HEX #356073 Blumine

📋 copy color: '#356073'

red 53 ◦ green 96 ◦ blue 115

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

Shades of Blumine #356073

Tints of Blumine #356073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 20.08%
G = 36.36%
B = 43.56%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356073 (or 0x356073) is known color: Blumine. HEX triplet: 35, 60 and 73. RGB value is (53,96,115). Sum of RGB (Red+Green+Blue) = 53+96+115=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #356073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356073 is #CA9F8C. Grayscale: #555555. Windows color (decimal): -13279117 or 7561269. OLE color: 7561269.

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

Color convert

RGB 53 96 115 -
CMYK 0.54 0.17 0 0.55
HSL 198.39º 0.37% 0.33% -
HSV(B) 198.39º 0.54% 0.45% -
XYZ 8.75 10.36 17.76 -
YUV 85.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 53 96 115 0.54 0.17 0 0.55 198.39 0.37 0.33
Hex 35 60 73 36 11 0 37 C6 25 21
Octal 65 140 163 66 21 0 67 306 45 41
Binary 110101 1100000 1110011 110110 10001 0 110111 11000110 100101 100001

Color Harmonies of #356073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356073

Black with #356073

Text Example


Text Example

White with #356073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356073; }

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

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

background-color css

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

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

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

border-color css

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

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

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