Html Css Color HEX #356679 Blumine

📋 copy color: '#356679'

red 53 ◦ green 102 ◦ blue 121

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

Shades of Blumine #356679

Tints of Blumine #356679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 19.2%
G = 36.96%
B = 43.84%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356679 (or 0x356679) is known color: Blumine. HEX triplet: 35, 66 and 79. RGB value is (53,102,121). Sum of RGB (Red+Green+Blue) = 53+102+121=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #356679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356679 is #CA9986. Grayscale: #595959. Windows color (decimal): -13277575 or 7956021. OLE color: 7956021.

HSL color Cylindrical-coordinate representation of color #356679: hue angle of 196.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356679 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 102 121 -
CMYK 0.56 0.16 0 0.53
HSL 196.76º 0.39% 0.34% -
HSV(B) 196.76º 0.56% 0.47% -
XYZ 9.67 11.64 19.83 -
YUV 89.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 53 102 121 0.56 0.16 0 0.53 196.76 0.39 0.34
Hex 35 66 79 38 10 0 35 C5 27 22
Octal 65 146 171 70 20 0 65 305 47 42
Binary 110101 1100110 1111001 111000 10000 0 110101 11000101 100111 100010

Color Harmonies of #356679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356679

Black with #356679

Text Example


Text Example

White with #356679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356679; }

 p { color: rgb(53,102,121); }

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

background-color css

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

 a { background-color: rgb(53,102,121); }

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

border-color css

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

 span { border-color: rgb(53,102,121); }

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