Html Css Color HEX #355E77 Blumine

📋 copy color: '#355E77'

red 53 ◦ green 94 ◦ blue 119

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

Shades of Blumine #355E77

Tints of Blumine #355E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

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

R = 19.92%
G = 35.34%
B = 44.74%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355E77 (or 0x355E77) is known color: Blumine. HEX triplet: 35, 5E and 77. RGB value is (53,94,119). Sum of RGB (Red+Green+Blue) = 53+94+119=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #355E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E77 is #CAA188. Grayscale: #545454. Windows color (decimal): -13279625 or 7822901. OLE color: 7822901.

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

Color convert

RGB 53 94 119 -
CMYK 0.55 0.21 0 0.53
HSL 202.73º 0.38% 0.34% -
HSV(B) 202.73º 0.55% 0.47% -
XYZ 8.8 10.09 18.94 -
YUV 84.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 53 94 119 0.55 0.21 0 0.53 202.73 0.38 0.34
Hex 35 5E 77 37 15 0 35 CB 26 22
Octal 65 136 167 67 25 0 65 313 46 42
Binary 110101 1011110 1110111 110111 10101 0 110101 11001011 100110 100010

Color Harmonies of #355E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E77

Black with #355E77

Text Example


Text Example

White with #355E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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