Html Css Color HEX #335666 Blumine

📋 copy color: '#335666'

red 51 ◦ green 86 ◦ blue 102

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

Shades of Blumine #335666

Tints of Blumine #335666

RGB

 RED value IS 51 (20.31% from 255) = 21.34%

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

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

R = 21.34%
G = 35.98%
B = 42.68%

CMYK

 C value IS 0.5

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#335666 (or 0x335666) is known color: Blumine. HEX triplet: 33, 56 and 66. RGB value is (51,86,102). Sum of RGB (Red+Green+Blue) = 51+86+102=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #335666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335666 is #CCA999. Grayscale: #4D4D4D. Windows color (decimal): -13412762 or 6706739. OLE color: 6706739.

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

Color convert

RGB 51 86 102 -
CMYK 0.5 0.16 0 0.6
HSL 198.82º 0.33% 0.3% -
HSV(B) 198.82º 0.5% 0.4% -
XYZ 7.09 8.32 13.8 -
YUV 77.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 51 86 102 0.5 0.16 0 0.6 198.82 0.33 0.3
Hex 33 56 66 32 10 0 3C C7 21 1E
Octal 63 126 146 62 20 0 74 307 41 36
Binary 110011 1010110 1100110 110010 10000 0 111100 11000111 100001 11110

Color Harmonies of #335666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335666

Black with #335666

Text Example


Text Example

White with #335666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335666; }

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

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

background-color css

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

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

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

border-color css

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

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

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