Html Css Color HEX #336082 Matisse

📋 copy color: '#336082'

red 51 ◦ green 96 ◦ blue 130

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

Shades of Matisse #336082

Tints of Matisse #336082

RGB

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

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

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

R = 18.41%
G = 34.66%
B = 46.93%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#336082 (or 0x336082) is known color: Matisse. HEX triplet: 33, 60 and 82. RGB value is (51,96,130). Sum of RGB (Red+Green+Blue) = 51+96+130=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #336082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336082 is #CC9F7D. Grayscale: #565656. Windows color (decimal): -13410174 or 8544307. OLE color: 8544307.

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

Color convert

RGB 51 96 130 -
CMYK 0.61 0.26 0 0.49
HSL 205.82º 0.44% 0.35% -
HSV(B) 205.82º 0.61% 0.51% -
XYZ 9.58 10.68 22.68 -
YUV 86.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 51 96 130 0.61 0.26 0 0.49 205.82 0.44 0.35
Hex 33 60 82 3D 1A 0 31 CE 2C 23
Octal 63 140 202 75 32 0 61 316 54 43
Binary 110011 1100000 10000010 111101 11010 0 110001 11001110 101100 100011

Color Harmonies of #336082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336082

Black with #336082

Text Example


Text Example

White with #336082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336082; }

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

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

background-color css

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

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

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

border-color css

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

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

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