Html Css Color HEX #336385 Matisse

📋 copy color: '#336385'

red 51 ◦ green 99 ◦ blue 133

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

Shades of Matisse #336385

Tints of Matisse #336385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 18.02%
G = 34.98%
B = 47%

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

#336385 (or 0x336385) is known color: Matisse. HEX triplet: 33, 63 and 85. RGB value is (51,99,133). Sum of RGB (Red+Green+Blue) = 51+99+133=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #336385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336385 is #CC9C7A. Grayscale: #585858. Windows color (decimal): -13409403 or 8741683. OLE color: 8741683.

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

Color convert

RGB 51 99 133 -
CMYK 0.62 0.26 0 0.48
HSL 204.88º 0.45% 0.36% -
HSV(B) 204.88º 0.62% 0.52% -
XYZ 10.06 11.32 23.85 -
YUV 88.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 51 99 133 0.62 0.26 0 0.48 204.88 0.45 0.36
Hex 33 63 85 3E 1A 0 30 CD 2D 24
Octal 63 143 205 76 32 0 60 315 55 44
Binary 110011 1100011 10000101 111110 11010 0 110000 11001101 101101 100100

Color Harmonies of #336385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336385

Black with #336385

Text Example


Text Example

White with #336385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336385; }

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

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

background-color css

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

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

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

border-color css

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

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

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