Html Css Color HEX #306382 Matisse

📋 copy color: '#306382'

red 48 ◦ green 99 ◦ blue 130

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

Shades of Matisse #306382

Tints of Matisse #306382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 17.33%
G = 35.74%
B = 46.93%

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

#306382 (or 0x306382) is known color: Matisse. HEX triplet: 30, 63 and 82. RGB value is (48,99,130). Sum of RGB (Red+Green+Blue) = 48+99+130=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #306382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306382 is #CF9C7D. Grayscale: #575757. Windows color (decimal): -13606014 or 8545072. OLE color: 8545072.

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

Color convert

RGB 48 99 130 -
CMYK 0.63 0.24 0 0.49
HSL 202.68º 0.46% 0.35% -
HSV(B) 202.68º 0.63% 0.51% -
XYZ 9.71 11.16 22.76 -
YUV 87.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 48 99 130 0.63 0.24 0 0.49 202.68 0.46 0.35
Hex 30 63 82 3F 18 0 31 CB 2E 23
Octal 60 143 202 77 30 0 61 313 56 43
Binary 110000 1100011 10000010 111111 11000 0 110001 11001011 101110 100011

Color Harmonies of #306382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306382

Black with #306382

Text Example


Text Example

White with #306382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306382; }

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

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

background-color css

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

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

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

border-color css

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

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

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