Html Css Color HEX #306482 Matisse

📋 copy color: '#306482'

red 48 ◦ green 100 ◦ blue 130

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

Shades of Matisse #306482

Tints of Matisse #306482

RGB

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

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

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

R = 17.27%
G = 35.97%
B = 46.76%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306482 (or 0x306482) is known color: Matisse. HEX triplet: 30, 64 and 82. RGB value is (48,100,130). Sum of RGB (Red+Green+Blue) = 48+100+130=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #306482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306482 is #CF9B7D. Grayscale: #575757. Windows color (decimal): -13605758 or 8545328. OLE color: 8545328.

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

Color convert

RGB 48 100 130 -
CMYK 0.63 0.23 0 0.49
HSL 201.95º 0.46% 0.35% -
HSV(B) 201.95º 0.63% 0.51% -
XYZ 9.81 11.35 22.79 -
YUV 87.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 48 100 130 0.63 0.23 0 0.49 201.95 0.46 0.35
Hex 30 64 82 3F 17 0 31 CA 2E 23
Octal 60 144 202 77 27 0 61 312 56 43
Binary 110000 1100100 10000010 111111 10111 0 110001 11001010 101110 100011

Color Harmonies of #306482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306482

Black with #306482

Text Example


Text Example

White with #306482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306482; }

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

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

background-color css

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

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

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

border-color css

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

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

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