Html Css Color HEX #356878 Blumine

📋 copy color: '#356878'

red 53 ◦ green 104 ◦ blue 120

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

Shades of Blumine #356878

Tints of Blumine #356878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

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

R = 19.13%
G = 37.55%
B = 43.32%

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

#356878 (or 0x356878) is known color: Blumine. HEX triplet: 35, 68 and 78. RGB value is (53,104,120). Sum of RGB (Red+Green+Blue) = 53+104+120=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #356878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356878 is #CA9787. Grayscale: #5A5A5A. Windows color (decimal): -13277064 or 7890997. OLE color: 7890997.

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

Color convert

RGB 53 104 120 -
CMYK 0.56 0.13 0 0.53
HSL 194.33º 0.39% 0.34% -
HSV(B) 194.33º 0.56% 0.47% -
XYZ 9.81 12.01 19.57 -
YUV 90.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 53 104 120 0.56 0.13 0 0.53 194.33 0.39 0.34
Hex 35 68 78 38 D 0 35 C2 27 22
Octal 65 150 170 70 15 0 65 302 47 42
Binary 110101 1101000 1111000 111000 1101 0 110101 11000010 100111 100010

Color Harmonies of #356878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356878

Black with #356878

Text Example


Text Example

White with #356878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356878; }

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

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

background-color css

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

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

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

border-color css

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

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

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