Html Css Color HEX #356978 Blumine

📋 copy color: '#356978'

red 53 ◦ green 105 ◦ blue 120

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

Shades of Blumine #356978

Tints of Blumine #356978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.77%

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

R = 19.06%
G = 37.77%
B = 43.17%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356978 (or 0x356978) is known color: Blumine. HEX triplet: 35, 69 and 78. RGB value is (53,105,120). Sum of RGB (Red+Green+Blue) = 53+105+120=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #356978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356978 is #CA9687. Grayscale: #5B5B5B. Windows color (decimal): -13276808 or 7891253. OLE color: 7891253.

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

Color convert

RGB 53 105 120 -
CMYK 0.56 0.13 0 0.53
HSL 193.43º 0.39% 0.34% -
HSV(B) 193.43º 0.56% 0.47% -
XYZ 9.91 12.22 19.6 -
YUV 91.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 53 105 120 0.56 0.13 0 0.53 193.43 0.39 0.34
Hex 35 69 78 38 D 0 35 C1 27 22
Octal 65 151 170 70 15 0 65 301 47 42
Binary 110101 1101001 1111000 111000 1101 0 110101 11000001 100111 100010

Color Harmonies of #356978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356978

Black with #356978

Text Example


Text Example

White with #356978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356978; }

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

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

background-color css

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

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

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

border-color css

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

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

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