Html Css Color HEX #355A71 Blumine

📋 copy color: '#355A71'

red 53 ◦ green 90 ◦ blue 113

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

Shades of Blumine #355A71

Tints of Blumine #355A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 20.7%
G = 35.16%
B = 44.14%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355A71 (or 0x355A71) is known color: Blumine. HEX triplet: 35, 5A and 71. RGB value is (53,90,113). Sum of RGB (Red+Green+Blue) = 53+90+113=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #355A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A71 is #CAA58E. Grayscale: #515151. Windows color (decimal): -13280655 or 7428661. OLE color: 7428661.

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

Color convert

RGB 53 90 113 -
CMYK 0.53 0.20 0 0.56
HSL 203º 0.36% 0.33% -
HSV(B) 203º 0.53% 0.44% -
XYZ 8.1 9.26 16.98 -
YUV 81.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 53 90 113 0.53 0.20 0 0.56 203 0.36 0.33
Hex 35 5A 71 35 14 0 38 CB 24 21
Octal 65 132 161 65 24 0 70 313 44 41
Binary 110101 1011010 1110001 110101 10100 0 111000 11001011 100100 100001

Color Harmonies of #355A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A71

Black with #355A71

Text Example


Text Example

White with #355A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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