Html Css Color HEX #306182 Matisse

📋 copy color: '#306182'

red 48 ◦ green 97 ◦ blue 130

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

Shades of Matisse #306182

Tints of Matisse #306182

RGB

 RED value IS 48 (19.14% from 255) = 17.45%

 GREEN value IS 97 (38.28% from 255) = 35.27%

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

R = 17.45%
G = 35.27%
B = 47.27%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306182 (or 0x306182) is known color: Matisse. HEX triplet: 30, 61 and 82. RGB value is (48,97,130). Sum of RGB (Red+Green+Blue) = 48+97+130=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #306182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306182 is #CF9E7D. Grayscale: #555555. Windows color (decimal): -13606526 or 8544560. OLE color: 8544560.

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

Color convert

RGB 48 97 130 -
CMYK 0.63 0.25 0 0.49
HSL 204.15º 0.46% 0.35% -
HSV(B) 204.15º 0.63% 0.51% -
XYZ 9.52 10.79 22.7 -
YUV 86.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 48 97 130 0.63 0.25 0 0.49 204.15 0.46 0.35
Hex 30 61 82 3F 19 0 31 CC 2E 23
Octal 60 141 202 77 31 0 61 314 56 43
Binary 110000 1100001 10000010 111111 11001 0 110001 11001100 101110 100011

Color Harmonies of #306182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306182

Black with #306182

Text Example


Text Example

White with #306182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306182; }

 p { color: rgb(48,97,130); }

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

background-color css

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

 a { background-color: rgb(48,97,130); }

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

border-color css

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

 span { border-color: rgb(48,97,130); }

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