Html Css Color HEX #356477 Blumine

📋 copy color: '#356477'

red 53 ◦ green 100 ◦ blue 119

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

Shades of Blumine #356477

Tints of Blumine #356477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

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

R = 19.49%
G = 36.76%
B = 43.75%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356477 (or 0x356477) is known color: Blumine. HEX triplet: 35, 64 and 77. RGB value is (53,100,119). Sum of RGB (Red+Green+Blue) = 53+100+119=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #356477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356477 is #CA9B88. Grayscale: #575757. Windows color (decimal): -13278089 or 7824437. OLE color: 7824437.

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

Color convert

RGB 53 100 119 -
CMYK 0.55 0.16 0 0.53
HSL 197.27º 0.38% 0.34% -
HSV(B) 197.27º 0.55% 0.47% -
XYZ 9.36 11.2 19.12 -
YUV 88.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 53 100 119 0.55 0.16 0 0.53 197.27 0.38 0.34
Hex 35 64 77 37 10 0 35 C5 26 22
Octal 65 144 167 67 20 0 65 305 46 42
Binary 110101 1100100 1110111 110111 10000 0 110101 11000101 100110 100010

Color Harmonies of #356477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356477

Black with #356477

Text Example


Text Example

White with #356477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356477; }

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

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

background-color css

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

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

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

border-color css

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

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

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