Html Css Color HEX #356774 Blumine

📋 copy color: '#356774'

red 53 ◦ green 103 ◦ blue 116

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

Shades of Blumine #356774

Tints of Blumine #356774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

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

R = 19.49%
G = 37.87%
B = 42.65%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356774 (or 0x356774) is known color: Blumine. HEX triplet: 35, 67 and 74. RGB value is (53,103,116). Sum of RGB (Red+Green+Blue) = 53+103+116=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #356774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356774 is #CA988B. Grayscale: #595959. Windows color (decimal): -13277324 or 7628597. OLE color: 7628597.

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

Color convert

RGB 53 103 116 -
CMYK 0.54 0.11 0 0.55
HSL 192.38º 0.37% 0.33% -
HSV(B) 192.38º 0.54% 0.45% -
XYZ 9.47 11.72 18.29 -
YUV 89.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 53 103 116 0.54 0.11 0 0.55 192.38 0.37 0.33
Hex 35 67 74 36 B 0 37 C0 25 21
Octal 65 147 164 66 13 0 67 300 45 41
Binary 110101 1100111 1110100 110110 1011 0 110111 11000000 100101 100001

Color Harmonies of #356774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356774

Black with #356774

Text Example


Text Example

White with #356774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356774; }

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

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

background-color css

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

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

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

border-color css

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

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

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