Html Css Color HEX #356076 Blumine

📋 copy color: '#356076'

red 53 ◦ green 96 ◦ blue 118

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

Shades of Blumine #356076

Tints of Blumine #356076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 19.85%
G = 35.96%
B = 44.19%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356076 (or 0x356076) is known color: Blumine. HEX triplet: 35, 60 and 76. RGB value is (53,96,118). Sum of RGB (Red+Green+Blue) = 53+96+118=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #356076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356076 is #CA9F89. Grayscale: #555555. Windows color (decimal): -13279114 or 7757877. OLE color: 7757877.

HSL color Cylindrical-coordinate representation of color #356076: hue angle of 200.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356076 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 96 118 -
CMYK 0.55 0.19 0 0.54
HSL 200.31º 0.38% 0.34% -
HSV(B) 200.31º 0.55% 0.46% -
XYZ 8.92 10.43 18.68 -
YUV 85.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 53 96 118 0.55 0.19 0 0.54 200.31 0.38 0.34
Hex 35 60 76 37 13 0 36 C8 26 22
Octal 65 140 166 67 23 0 66 310 46 42
Binary 110101 1100000 1110110 110111 10011 0 110110 11001000 100110 100010

Color Harmonies of #356076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356076

Black with #356076

Text Example


Text Example

White with #356076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356076; }

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

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

background-color css

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

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

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

border-color css

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

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

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