Html Css Color HEX #355F71 Blumine

📋 copy color: '#355F71'

red 53 ◦ green 95 ◦ blue 113

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

Shades of Blumine #355F71

Tints of Blumine #355F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 20.31%
G = 36.4%
B = 43.3%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355F71 (or 0x355F71) is known color: Blumine. HEX triplet: 35, 5F and 71. RGB value is (53,95,113). Sum of RGB (Red+Green+Blue) = 53+95+113=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #355F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F71 is #CAA08E. Grayscale: #545454. Windows color (decimal): -13279375 or 7429941. OLE color: 7429941.

HSL color Cylindrical-coordinate representation of color #355F71: hue angle of 198º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355F71 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 95 113 -
CMYK 0.53 0.16 0 0.56
HSL 198º 0.36% 0.33% -
HSV(B) 198º 0.53% 0.44% -
XYZ 8.54 10.13 17.13 -
YUV 84.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 53 95 113 0.53 0.16 0 0.56 198 0.36 0.33
Hex 35 5F 71 35 10 0 38 C6 24 21
Octal 65 137 161 65 20 0 70 306 44 41
Binary 110101 1011111 1110001 110101 10000 0 111000 11000110 100100 100001

Color Harmonies of #355F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F71

Black with #355F71

Text Example


Text Example

White with #355F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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