Html Css Color HEX #336084 Matisse

📋 copy color: '#336084'

red 51 ◦ green 96 ◦ blue 132

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

Shades of Matisse #336084

Tints of Matisse #336084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 18.28%
G = 34.41%
B = 47.31%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#336084 (or 0x336084) is known color: Matisse. HEX triplet: 33, 60 and 84. RGB value is (51,96,132). Sum of RGB (Red+Green+Blue) = 51+96+132=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #336084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336084 is #CC9F7B. Grayscale: #565656. Windows color (decimal): -13410172 or 8675379. OLE color: 8675379.

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

Color convert

RGB 51 96 132 -
CMYK 0.61 0.27 0 0.48
HSL 206.67º 0.44% 0.36% -
HSV(B) 206.67º 0.61% 0.52% -
XYZ 9.71 10.74 23.39 -
YUV 86.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 51 96 132 0.61 0.27 0 0.48 206.67 0.44 0.36
Hex 33 60 84 3D 1B 0 30 CF 2C 24
Octal 63 140 204 75 33 0 60 317 54 44
Binary 110011 1100000 10000100 111101 11011 0 110000 11001111 101100 100100

Color Harmonies of #336084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336084

Black with #336084

Text Example


Text Example

White with #336084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336084; }

 p { color: rgb(51,96,132); }

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

background-color css

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

 a { background-color: rgb(51,96,132); }

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

border-color css

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

 span { border-color: rgb(51,96,132); }

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