Html Css Color HEX #355F77 Blumine

📋 copy color: '#355F77'

red 53 ◦ green 95 ◦ blue 119

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

Shades of Blumine #355F77

Tints of Blumine #355F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.58%

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

R = 19.85%
G = 35.58%
B = 44.57%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355F77 (or 0x355F77) is known color: Blumine. HEX triplet: 35, 5F and 77. RGB value is (53,95,119). Sum of RGB (Red+Green+Blue) = 53+95+119=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #355F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F77 is #CAA088. Grayscale: #555555. Windows color (decimal): -13279369 or 7823157. OLE color: 7823157.

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

Color convert

RGB 53 95 119 -
CMYK 0.55 0.20 0 0.53
HSL 201.82º 0.38% 0.34% -
HSV(B) 201.82º 0.55% 0.47% -
XYZ 8.89 10.27 18.97 -
YUV 85.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 53 95 119 0.55 0.20 0 0.53 201.82 0.38 0.34
Hex 35 5F 77 37 14 0 35 CA 26 22
Octal 65 137 167 67 24 0 65 312 46 42
Binary 110101 1011111 1110111 110111 10100 0 110101 11001010 100110 100010

Color Harmonies of #355F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F77

Black with #355F77

Text Example


Text Example

White with #355F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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