Html Css Color HEX #306186 Matisse

📋 copy color: '#306186'

red 48 ◦ green 97 ◦ blue 134

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

Shades of Matisse #306186

Tints of Matisse #306186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.03%

R = 17.2%
G = 34.77%
B = 48.03%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306186 (or 0x306186) is known color: Matisse. HEX triplet: 30, 61 and 86. RGB value is (48,97,134). Sum of RGB (Red+Green+Blue) = 48+97+134=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #306186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306186 is #CF9E79. Grayscale: #565656. Windows color (decimal): -13606522 or 8806704. OLE color: 8806704.

HSL color Cylindrical-coordinate representation of color #306186: hue angle of 205.81º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306186 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 97 134 -
CMYK 0.64 0.28 0 0.47
HSL 205.81º 0.47% 0.36% -
HSV(B) 205.81º 0.64% 0.53% -
XYZ 9.8 10.9 24.14 -
YUV 86.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 48 97 134 0.64 0.28 0 0.47 205.81 0.47 0.36
Hex 30 61 86 40 1C 0 2F CE 2F 24
Octal 60 141 206 100 34 0 57 316 57 44
Binary 110000 1100001 10000110 1000000 11100 0 101111 11001110 101111 100100

Color Harmonies of #306186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306186

Black with #306186

Text Example


Text Example

White with #306186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306186; }

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

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

background-color css

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

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

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

border-color css

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

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

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