Html Css Color HEX #356478 Blumine

📋 copy color: '#356478'

red 53 ◦ green 100 ◦ blue 120

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

Shades of Blumine #356478

Tints of Blumine #356478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 19.41%
G = 36.63%
B = 43.96%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356478 (or 0x356478) is known color: Blumine. HEX triplet: 35, 64 and 78. RGB value is (53,100,120). Sum of RGB (Red+Green+Blue) = 53+100+120=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #356478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356478 is #CA9B87. Grayscale: #585858. Windows color (decimal): -13278088 or 7889973. OLE color: 7889973.

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

Color convert

RGB 53 100 120 -
CMYK 0.56 0.17 0 0.53
HSL 197.91º 0.39% 0.34% -
HSV(B) 197.91º 0.56% 0.47% -
XYZ 9.42 11.23 19.44 -
YUV 88.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 53 100 120 0.56 0.17 0 0.53 197.91 0.39 0.34
Hex 35 64 78 38 11 0 35 C6 27 22
Octal 65 144 170 70 21 0 65 306 47 42
Binary 110101 1100100 1111000 111000 10001 0 110101 11000110 100111 100010

Color Harmonies of #356478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356478

Black with #356478

Text Example


Text Example

White with #356478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356478; }

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

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

background-color css

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

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

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

border-color css

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

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

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