Html Css Color HEX #356A77 Blumine

📋 copy color: '#356A77'

red 53 ◦ green 106 ◦ blue 119

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

Shades of Blumine #356A77

Tints of Blumine #356A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.13%

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

R = 19.06%
G = 38.13%
B = 42.81%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356A77 (or 0x356A77) is known color: Blumine. HEX triplet: 35, 6A and 77. RGB value is (53,106,119). Sum of RGB (Red+Green+Blue) = 53+106+119=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #356A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A77 is #CA9588. Grayscale: #5B5B5B. Windows color (decimal): -13276553 or 7825973. OLE color: 7825973.

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

Color convert

RGB 53 106 119 -
CMYK 0.55 0.11 0 0.53
HSL 191.82º 0.38% 0.34% -
HSV(B) 191.82º 0.55% 0.47% -
XYZ 9.95 12.4 19.32 -
YUV 91.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 53 106 119 0.55 0.11 0 0.53 191.82 0.38 0.34
Hex 35 6A 77 37 B 0 35 C0 26 22
Octal 65 152 167 67 13 0 65 300 46 42
Binary 110101 1101010 1110111 110111 1011 0 110101 11000000 100110 100010

Color Harmonies of #356A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A77

Black with #356A77

Text Example


Text Example

White with #356A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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