Html Css Color HEX #336282 Matisse

📋 copy color: '#336282'

red 51 ◦ green 98 ◦ blue 130

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

Shades of Matisse #336282

Tints of Matisse #336282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 18.28%
G = 35.13%
B = 46.59%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336282 (or 0x336282) is known color: Matisse. HEX triplet: 33, 62 and 82. RGB value is (51,98,130). Sum of RGB (Red+Green+Blue) = 51+98+130=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #336282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336282 is #CC9D7D. Grayscale: #575757. Windows color (decimal): -13409662 or 8544819. OLE color: 8544819.

HSL color Cylindrical-coordinate representation of color #336282: hue angle of 204.3º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336282 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 98 130 -
CMYK 0.61 0.25 0 0.49
HSL 204.3º 0.44% 0.35% -
HSV(B) 204.3º 0.61% 0.51% -
XYZ 9.76 11.05 22.74 -
YUV 87.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 51 98 130 0.61 0.25 0 0.49 204.3 0.44 0.35
Hex 33 62 82 3D 19 0 31 CC 2C 23
Octal 63 142 202 75 31 0 61 314 54 43
Binary 110011 1100010 10000010 111101 11001 0 110001 11001100 101100 100011

Color Harmonies of #336282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336282

Black with #336282

Text Example


Text Example

White with #336282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336282; }

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

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

background-color css

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

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

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

border-color css

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

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

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