Html Css Color HEX #306385 Matisse

📋 copy color: '#306385'

red 48 ◦ green 99 ◦ blue 133

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

Shades of Matisse #306385

Tints of Matisse #306385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 17.14%
G = 35.36%
B = 47.5%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#306385 (or 0x306385) is known color: Matisse. HEX triplet: 30, 63 and 85. RGB value is (48,99,133). Sum of RGB (Red+Green+Blue) = 48+99+133=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #306385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306385 is #CF9C7A. Grayscale: #575757. Windows color (decimal): -13606011 or 8741680. OLE color: 8741680.

HSL color Cylindrical-coordinate representation of color #306385: hue angle of 204º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306385 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 99 133 -
CMYK 0.64 0.26 0 0.48
HSL 204º 0.47% 0.35% -
HSV(B) 204º 0.64% 0.52% -
XYZ 9.91 11.25 23.84 -
YUV 87.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 48 99 133 0.64 0.26 0 0.48 204 0.47 0.35
Hex 30 63 85 40 1A 0 30 CC 2F 23
Octal 60 143 205 100 32 0 60 314 57 43
Binary 110000 1100011 10000101 1000000 11010 0 110000 11001100 101111 100011

Color Harmonies of #306385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306385

Black with #306385

Text Example


Text Example

White with #306385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306385; }

 p { color: rgb(48,99,133); }

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

background-color css

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

 a { background-color: rgb(48,99,133); }

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

border-color css

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

 span { border-color: rgb(48,99,133); }

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