Html Css Color HEX #355666 Blumine

📋 copy color: '#355666'

red 53 ◦ green 86 ◦ blue 102

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

Shades of Blumine #355666

Tints of Blumine #355666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 21.99%
G = 35.68%
B = 42.32%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#355666 (or 0x355666) is known color: Blumine. HEX triplet: 35, 56 and 66. RGB value is (53,86,102). Sum of RGB (Red+Green+Blue) = 53+86+102=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #355666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355666 is #CAA999. Grayscale: #4D4D4D. Windows color (decimal): -13281690 or 6706741. OLE color: 6706741.

HSL color Cylindrical-coordinate representation of color #355666: hue angle of 199.59º 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 #355666 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 86 102 -
CMYK 0.48 0.16 0 0.6
HSL 199.59º 0.32% 0.3% -
HSV(B) 199.59º 0.48% 0.4% -
XYZ 7.19 8.37 13.81 -
YUV 77.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 53 86 102 0.48 0.16 0 0.6 199.59 0.32 0.3
Hex 35 56 66 30 10 0 3C C8 20 1E
Octal 65 126 146 60 20 0 74 310 40 36
Binary 110101 1010110 1100110 110000 10000 0 111100 11001000 100000 11110

Color Harmonies of #355666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355666

Black with #355666

Text Example


Text Example

White with #355666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355666; }

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

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

background-color css

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

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

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

border-color css

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

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

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