Html Css Color HEX #306486 Matisse

📋 copy color: '#306486'

red 48 ◦ green 100 ◦ blue 134

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

Shades of Matisse #306486

Tints of Matisse #306486

RGB

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

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

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

R = 17.02%
G = 35.46%
B = 47.52%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306486 (or 0x306486) is known color: Matisse. HEX triplet: 30, 64 and 86. RGB value is (48,100,134). Sum of RGB (Red+Green+Blue) = 48+100+134=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #306486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306486 is #CF9B79. Grayscale: #585858. Windows color (decimal): -13605754 or 8807472. OLE color: 8807472.

HSL color Cylindrical-coordinate representation of color #306486: hue angle of 203.72º 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 #306486 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 100 134 -
CMYK 0.64 0.25 0 0.47
HSL 203.72º 0.47% 0.36% -
HSV(B) 203.72º 0.64% 0.53% -
XYZ 10.08 11.46 24.24 -
YUV 88.33 153.77 99.24 -
System Red Green Blue C M Y K H S L
Decimal 48 100 134 0.64 0.25 0 0.47 203.72 0.47 0.36
Hex 30 64 86 40 19 0 2F CC 2F 24
Octal 60 144 206 100 31 0 57 314 57 44
Binary 110000 1100100 10000110 1000000 11001 0 101111 11001100 101111 100100

Color Harmonies of #306486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306486

Black with #306486

Text Example


Text Example

White with #306486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306486; }

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

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

background-color css

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

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

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

border-color css

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

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

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