Html Css Color HEX #356577 Blumine

📋 copy color: '#356577'

red 53 ◦ green 101 ◦ blue 119

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

Shades of Blumine #356577

Tints of Blumine #356577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 19.41%
G = 37%
B = 43.59%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356577 (or 0x356577) is known color: Blumine. HEX triplet: 35, 65 and 77. RGB value is (53,101,119). Sum of RGB (Red+Green+Blue) = 53+101+119=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #356577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356577 is #CA9A88. Grayscale: #585858. Windows color (decimal): -13277833 or 7824693. OLE color: 7824693.

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

Color convert

RGB 53 101 119 -
CMYK 0.55 0.15 0 0.53
HSL 196.36º 0.38% 0.34% -
HSV(B) 196.36º 0.55% 0.47% -
XYZ 9.45 11.4 19.15 -
YUV 88.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 53 101 119 0.55 0.15 0 0.53 196.36 0.38 0.34
Hex 35 65 77 37 F 0 35 C4 26 22
Octal 65 145 167 67 17 0 65 304 46 42
Binary 110101 1100101 1110111 110111 1111 0 110101 11000100 100110 100010

Color Harmonies of #356577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356577

Black with #356577

Text Example


Text Example

White with #356577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356577; }

 p { color: rgb(53,101,119); }

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

background-color css

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

 a { background-color: rgb(53,101,119); }

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

border-color css

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

 span { border-color: rgb(53,101,119); }

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