Html Css Color HEX #356778 Blumine

📋 copy color: '#356778'

red 53 ◦ green 103 ◦ blue 120

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

Shades of Blumine #356778

Tints of Blumine #356778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

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

R = 19.2%
G = 37.32%
B = 43.48%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356778 (or 0x356778) is known color: Blumine. HEX triplet: 35, 67 and 78. RGB value is (53,103,120). Sum of RGB (Red+Green+Blue) = 53+103+120=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #356778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356778 is #CA9887. Grayscale: #595959. Windows color (decimal): -13277320 or 7890741. OLE color: 7890741.

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

Color convert

RGB 53 103 120 -
CMYK 0.56 0.14 0 0.53
HSL 195.22º 0.39% 0.34% -
HSV(B) 195.22º 0.56% 0.47% -
XYZ 9.71 11.81 19.54 -
YUV 89.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 53 103 120 0.56 0.14 0 0.53 195.22 0.39 0.34
Hex 35 67 78 38 E 0 35 C3 27 22
Octal 65 147 170 70 16 0 65 303 47 42
Binary 110101 1100111 1111000 111000 1110 0 110101 11000011 100111 100010

Color Harmonies of #356778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356778

Black with #356778

Text Example


Text Example

White with #356778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356778; }

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

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

background-color css

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

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

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

border-color css

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

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

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