Html Css Color HEX #355A74 Blumine

📋 copy color: '#355A74'

red 53 ◦ green 90 ◦ blue 116

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

Shades of Blumine #355A74

Tints of Blumine #355A74

RGB

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

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

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

R = 20.46%
G = 34.75%
B = 44.79%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355A74 (or 0x355A74) is known color: Blumine. HEX triplet: 35, 5A and 74. RGB value is (53,90,116). Sum of RGB (Red+Green+Blue) = 53+90+116=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #355A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A74 is #CAA58B. Grayscale: #515151. Windows color (decimal): -13280652 or 7625269. OLE color: 7625269.

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

Color convert

RGB 53 90 116 -
CMYK 0.54 0.22 0 0.55
HSL 204.76º 0.37% 0.33% -
HSV(B) 204.76º 0.54% 0.45% -
XYZ 8.28 9.33 17.89 -
YUV 81.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 53 90 116 0.54 0.22 0 0.55 204.76 0.37 0.33
Hex 35 5A 74 36 16 0 37 CD 25 21
Octal 65 132 164 66 26 0 67 315 45 41
Binary 110101 1011010 1110100 110110 10110 0 110111 11001101 100101 100001

Color Harmonies of #355A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A74

Black with #355A74

Text Example


Text Example

White with #355A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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