Html Css Color HEX #335766 Blumine

📋 copy color: '#335766'

red 51 ◦ green 87 ◦ blue 102

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

Shades of Blumine #335766

Tints of Blumine #335766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

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

R = 21.25%
G = 36.25%
B = 42.5%

CMYK

 C value IS 0.5

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#335766 (or 0x335766) is known color: Blumine. HEX triplet: 33, 57 and 66. RGB value is (51,87,102). Sum of RGB (Red+Green+Blue) = 51+87+102=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #335766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335766 is #CCA899. Grayscale: #4D4D4D. Windows color (decimal): -13412506 or 6706995. OLE color: 6706995.

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

Color convert

RGB 51 87 102 -
CMYK 0.5 0.15 0 0.6
HSL 197.65º 0.33% 0.3% -
HSV(B) 197.65º 0.5% 0.4% -
XYZ 7.17 8.48 13.83 -
YUV 77.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 51 87 102 0.5 0.15 0 0.6 197.65 0.33 0.3
Hex 33 57 66 32 F 0 3C C6 21 1E
Octal 63 127 146 62 17 0 74 306 41 36
Binary 110011 1010111 1100110 110010 1111 0 111100 11000110 100001 11110

Color Harmonies of #335766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335766

Black with #335766

Text Example


Text Example

White with #335766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335766; }

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

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

background-color css

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

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

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

border-color css

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

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

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