Html Css Color HEX #356374 Blumine

📋 copy color: '#356374'

red 53 ◦ green 99 ◦ blue 116

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

Shades of Blumine #356374

Tints of Blumine #356374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 19.78%
G = 36.94%
B = 43.28%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356374 (or 0x356374) is known color: Blumine. HEX triplet: 35, 63 and 74. RGB value is (53,99,116). Sum of RGB (Red+Green+Blue) = 53+99+116=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #356374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356374 is #CA9C8B. Grayscale: #575757. Windows color (decimal): -13278348 or 7627573. OLE color: 7627573.

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

Color convert

RGB 53 99 116 -
CMYK 0.54 0.15 0 0.55
HSL 196.19º 0.37% 0.33% -
HSV(B) 196.19º 0.54% 0.45% -
XYZ 9.08 10.94 18.16 -
YUV 87.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 53 99 116 0.54 0.15 0 0.55 196.19 0.37 0.33
Hex 35 63 74 36 F 0 37 C4 25 21
Octal 65 143 164 66 17 0 67 304 45 41
Binary 110101 1100011 1110100 110110 1111 0 110111 11000100 100101 100001

Color Harmonies of #356374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356374

Black with #356374

Text Example


Text Example

White with #356374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356374; }

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

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

background-color css

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

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

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

border-color css

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

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

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