Html Css Color HEX #356877 Blumine

📋 copy color: '#356877'

red 53 ◦ green 104 ◦ blue 119

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

Shades of Blumine #356877

Tints of Blumine #356877

RGB

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

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

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

R = 19.2%
G = 37.68%
B = 43.12%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356877 (or 0x356877) is known color: Blumine. HEX triplet: 35, 68 and 77. RGB value is (53,104,119). Sum of RGB (Red+Green+Blue) = 53+104+119=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #356877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356877 is #CA9788. Grayscale: #5A5A5A. Windows color (decimal): -13277065 or 7825461. OLE color: 7825461.

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

Color convert

RGB 53 104 119 -
CMYK 0.55 0.13 0 0.53
HSL 193.64º 0.38% 0.34% -
HSV(B) 193.64º 0.55% 0.47% -
XYZ 9.75 11.99 19.25 -
YUV 90.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 53 104 119 0.55 0.13 0 0.53 193.64 0.38 0.34
Hex 35 68 77 37 D 0 35 C2 26 22
Octal 65 150 167 67 15 0 65 302 46 42
Binary 110101 1101000 1110111 110111 1101 0 110101 11000010 100110 100010

Color Harmonies of #356877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356877

Black with #356877

Text Example


Text Example

White with #356877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356877; }

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

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

background-color css

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

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

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

border-color css

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

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

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