Html Css Color HEX #336485 Matisse

📋 copy color: '#336485'

red 51 ◦ green 100 ◦ blue 133

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

Shades of Matisse #336485

Tints of Matisse #336485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 17.96%
G = 35.21%
B = 46.83%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#336485 (or 0x336485) is known color: Matisse. HEX triplet: 33, 64 and 85. RGB value is (51,100,133). Sum of RGB (Red+Green+Blue) = 51+100+133=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #336485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336485 is #CC9B7A. Grayscale: #585858. Windows color (decimal): -13409147 or 8741939. OLE color: 8741939.

HSL color Cylindrical-coordinate representation of color #336485: hue angle of 204.15º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336485 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 100 133 -
CMYK 0.62 0.25 0 0.48
HSL 204.15º 0.45% 0.36% -
HSV(B) 204.15º 0.62% 0.52% -
XYZ 10.16 11.51 23.88 -
YUV 89.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 51 100 133 0.62 0.25 0 0.48 204.15 0.45 0.36
Hex 33 64 85 3E 19 0 30 CC 2D 24
Octal 63 144 205 76 31 0 60 314 55 44
Binary 110011 1100100 10000101 111110 11001 0 110000 11001100 101101 100100

Color Harmonies of #336485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336485

Black with #336485

Text Example


Text Example

White with #336485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336485; }

 p { color: rgb(51,100,133); }

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

background-color css

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

 a { background-color: rgb(51,100,133); }

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

border-color css

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

 span { border-color: rgb(51,100,133); }

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