Html Css Color HEX #355966 Blumine

📋 copy color: '#355966'

red 53 ◦ green 89 ◦ blue 102

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

Shades of Blumine #355966

Tints of Blumine #355966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 21.72%
G = 36.48%
B = 41.8%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#355966 (or 0x355966) is known color: Blumine. HEX triplet: 35, 59 and 66. RGB value is (53,89,102). Sum of RGB (Red+Green+Blue) = 53+89+102=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #355966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355966 is #CAA699. Grayscale: #4F4F4F. Windows color (decimal): -13280922 or 6707509. OLE color: 6707509.

HSL color Cylindrical-coordinate representation of color #355966: hue angle of 195.92º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355966 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 89 102 -
CMYK 0.48 0.13 0 0.6
HSL 195.92º 0.32% 0.3% -
HSV(B) 195.92º 0.48% 0.4% -
XYZ 7.44 8.86 13.89 -
YUV 79.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 53 89 102 0.48 0.13 0 0.6 195.92 0.32 0.3
Hex 35 59 66 30 D 0 3C C4 20 1E
Octal 65 131 146 60 15 0 74 304 40 36
Binary 110101 1011001 1100110 110000 1101 0 111100 11000100 100000 11110

Color Harmonies of #355966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355966

Black with #355966

Text Example


Text Example

White with #355966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355966; }

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

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

background-color css

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

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

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

border-color css

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

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

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