Html Css Color HEX #355E74 Blumine

📋 copy color: '#355E74'

red 53 ◦ green 94 ◦ blue 116

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

Shades of Blumine #355E74

Tints of Blumine #355E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 20.15%
G = 35.74%
B = 44.11%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355E74 (or 0x355E74) is known color: Blumine. HEX triplet: 35, 5E and 74. RGB value is (53,94,116). Sum of RGB (Red+Green+Blue) = 53+94+116=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #355E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E74 is #CAA18B. Grayscale: #545454. Windows color (decimal): -13279628 or 7626293. OLE color: 7626293.

HSL color Cylindrical-coordinate representation of color #355E74: hue angle of 200.95º 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 #355E74 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 94 116 -
CMYK 0.54 0.19 0 0.55
HSL 200.95º 0.37% 0.33% -
HSV(B) 200.95º 0.54% 0.45% -
XYZ 8.62 10.02 18 -
YUV 84.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 53 94 116 0.54 0.19 0 0.55 200.95 0.37 0.33
Hex 35 5E 74 36 13 0 37 C9 25 21
Octal 65 136 164 66 23 0 67 311 45 41
Binary 110101 1011110 1110100 110110 10011 0 110111 11001001 100101 100001

Color Harmonies of #355E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E74

Black with #355E74

Text Example


Text Example

White with #355E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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