Html Css Color HEX #336482 Matisse

📋 copy color: '#336482'

red 51 ◦ green 100 ◦ blue 130

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

Shades of Matisse #336482

Tints of Matisse #336482

RGB

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

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

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

R = 18.15%
G = 35.59%
B = 46.26%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336482 (or 0x336482) is known color: Matisse. HEX triplet: 33, 64 and 82. RGB value is (51,100,130). Sum of RGB (Red+Green+Blue) = 51+100+130=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #336482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336482 is #CC9B7D. Grayscale: #585858. Windows color (decimal): -13409150 or 8545331. OLE color: 8545331.

HSL color Cylindrical-coordinate representation of color #336482: hue angle of 202.78º 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 #336482 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 100 130 -
CMYK 0.61 0.23 0 0.49
HSL 202.78º 0.44% 0.35% -
HSV(B) 202.78º 0.61% 0.51% -
XYZ 9.95 11.43 22.8 -
YUV 88.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 51 100 130 0.61 0.23 0 0.49 202.78 0.44 0.35
Hex 33 64 82 3D 17 0 31 CB 2C 23
Octal 63 144 202 75 27 0 61 313 54 43
Binary 110011 1100100 10000010 111101 10111 0 110001 11001011 101100 100011

Color Harmonies of #336482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336482

Black with #336482

Text Example


Text Example

White with #336482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336482; }

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

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

background-color css

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

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

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

border-color css

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

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

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