Html Css Color HEX #356077 Blumine

📋 copy color: '#356077'

red 53 ◦ green 96 ◦ blue 119

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

Shades of Blumine #356077

Tints of Blumine #356077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 19.78%
G = 35.82%
B = 44.4%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356077 (or 0x356077) is known color: Blumine. HEX triplet: 35, 60 and 77. RGB value is (53,96,119). Sum of RGB (Red+Green+Blue) = 53+96+119=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #356077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356077 is #CA9F88. Grayscale: #555555. Windows color (decimal): -13279113 or 7823413. OLE color: 7823413.

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

Color convert

RGB 53 96 119 -
CMYK 0.55 0.19 0 0.53
HSL 200.91º 0.38% 0.34% -
HSV(B) 200.91º 0.55% 0.47% -
XYZ 8.98 10.45 19 -
YUV 85.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 53 96 119 0.55 0.19 0 0.53 200.91 0.38 0.34
Hex 35 60 77 37 13 0 35 C9 26 22
Octal 65 140 167 67 23 0 65 311 46 42
Binary 110101 1100000 1110111 110111 10011 0 110101 11001001 100110 100010

Color Harmonies of #356077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356077

Black with #356077

Text Example


Text Example

White with #356077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356077; }

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

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

background-color css

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

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

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

border-color css

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

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

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