Html Css Color HEX #355E73 Blumine

📋 copy color: '#355E73'

red 53 ◦ green 94 ◦ blue 115

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

Shades of Blumine #355E73

Tints of Blumine #355E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 20.23%
G = 35.88%
B = 43.89%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355E73 (or 0x355E73) is known color: Blumine. HEX triplet: 35, 5E and 73. RGB value is (53,94,115). Sum of RGB (Red+Green+Blue) = 53+94+115=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #355E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E73 is #CAA18C. Grayscale: #545454. Windows color (decimal): -13279629 or 7560757. OLE color: 7560757.

HSL color Cylindrical-coordinate representation of color #355E73: hue angle of 200.32º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355E73 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 94 115 -
CMYK 0.54 0.18 0 0.55
HSL 200.32º 0.37% 0.33% -
HSV(B) 200.32º 0.54% 0.45% -
XYZ 8.57 10 17.7 -
YUV 84.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 53 94 115 0.54 0.18 0 0.55 200.32 0.37 0.33
Hex 35 5E 73 36 12 0 37 C8 25 21
Octal 65 136 163 66 22 0 67 310 45 41
Binary 110101 1011110 1110011 110110 10010 0 110111 11001000 100101 100001

Color Harmonies of #355E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E73

Black with #355E73

Text Example


Text Example

White with #355E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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