Html Css Color HEX #306286 Matisse

📋 copy color: '#306286'

red 48 ◦ green 98 ◦ blue 134

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

Shades of Matisse #306286

Tints of Matisse #306286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 17.14%
G = 35%
B = 47.86%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306286 (or 0x306286) is known color: Matisse. HEX triplet: 30, 62 and 86. RGB value is (48,98,134). Sum of RGB (Red+Green+Blue) = 48+98+134=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #306286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306286 is #CF9D79. Grayscale: #565656. Windows color (decimal): -13606266 or 8806960. OLE color: 8806960.

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

Color convert

RGB 48 98 134 -
CMYK 0.64 0.27 0 0.47
HSL 205.12º 0.47% 0.36% -
HSV(B) 205.12º 0.64% 0.53% -
XYZ 9.89 11.08 24.17 -
YUV 87.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 48 98 134 0.64 0.27 0 0.47 205.12 0.47 0.36
Hex 30 62 86 40 1B 0 2F CD 2F 24
Octal 60 142 206 100 33 0 57 315 57 44
Binary 110000 1100010 10000110 1000000 11011 0 101111 11001101 101111 100100

Color Harmonies of #306286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306286

Black with #306286

Text Example


Text Example

White with #306286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306286; }

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

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

background-color css

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

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

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

border-color css

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

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

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