Html Css Color HEX #306483 Matisse

📋 copy color: '#306483'

red 48 ◦ green 100 ◦ blue 131

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

Shades of Matisse #306483

Tints of Matisse #306483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 17.2%
G = 35.84%
B = 46.95%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306483 (or 0x306483) is known color: Matisse. HEX triplet: 30, 64 and 83. RGB value is (48,100,131). Sum of RGB (Red+Green+Blue) = 48+100+131=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #306483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306483 is #CF9B7C. Grayscale: #575757. Windows color (decimal): -13605757 or 8610864. OLE color: 8610864.

HSL color Cylindrical-coordinate representation of color #306483: hue angle of 202.41º 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 #306483 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 100 131 -
CMYK 0.63 0.24 0 0.49
HSL 202.41º 0.46% 0.35% -
HSV(B) 202.41º 0.63% 0.51% -
XYZ 9.87 11.38 23.15 -
YUV 87.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 48 100 131 0.63 0.24 0 0.49 202.41 0.46 0.35
Hex 30 64 83 3F 18 0 31 CA 2E 23
Octal 60 144 203 77 30 0 61 312 56 43
Binary 110000 1100100 10000011 111111 11000 0 110001 11001010 101110 100011

Color Harmonies of #306483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306483

Black with #306483

Text Example


Text Example

White with #306483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306483; }

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

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

background-color css

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

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

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

border-color css

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

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

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