Html Css Color HEX #336285 Matisse

📋 copy color: '#336285'

red 51 ◦ green 98 ◦ blue 133

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

Shades of Matisse #336285

Tints of Matisse #336285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 18.09%
G = 34.75%
B = 47.16%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#336285 (or 0x336285) is known color: Matisse. HEX triplet: 33, 62 and 85. RGB value is (51,98,133). Sum of RGB (Red+Green+Blue) = 51+98+133=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #336285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336285 is #CC9D7A. Grayscale: #575757. Windows color (decimal): -13409659 or 8741427. OLE color: 8741427.

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

Color convert

RGB 51 98 133 -
CMYK 0.62 0.26 0 0.48
HSL 205.61º 0.45% 0.36% -
HSV(B) 205.61º 0.62% 0.52% -
XYZ 9.97 11.13 23.81 -
YUV 87.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 51 98 133 0.62 0.26 0 0.48 205.61 0.45 0.36
Hex 33 62 85 3E 1A 0 30 CE 2D 24
Octal 63 142 205 76 32 0 60 316 55 44
Binary 110011 1100010 10000101 111110 11010 0 110000 11001110 101101 100100

Color Harmonies of #336285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336285

Black with #336285

Text Example


Text Example

White with #336285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336285; }

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

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

background-color css

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

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

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

border-color css

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

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

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