Html Css Color HEX #355D71 Blumine

📋 copy color: '#355D71'

red 53 ◦ green 93 ◦ blue 113

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

Shades of Blumine #355D71

Tints of Blumine #355D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.91%

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

R = 20.46%
G = 35.91%
B = 43.63%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355D71 (or 0x355D71) is known color: Blumine. HEX triplet: 35, 5D and 71. RGB value is (53,93,113). Sum of RGB (Red+Green+Blue) = 53+93+113=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #355D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D71 is #CAA28E. Grayscale: #535353. Windows color (decimal): -13279887 or 7429429. OLE color: 7429429.

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

Color convert

RGB 53 93 113 -
CMYK 0.53 0.18 0 0.56
HSL 200º 0.36% 0.33% -
HSV(B) 200º 0.53% 0.44% -
XYZ 8.36 9.78 17.07 -
YUV 83.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 53 93 113 0.53 0.18 0 0.56 200 0.36 0.33
Hex 35 5D 71 35 12 0 38 C8 24 21
Octal 65 135 161 65 22 0 70 310 44 41
Binary 110101 1011101 1110001 110101 10010 0 111000 11001000 100100 100001

Color Harmonies of #355D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D71

Black with #355D71

Text Example


Text Example

White with #355D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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