Html Css Color HEX #305E82 Matisse

📋 copy color: '#305E82'

red 48 ◦ green 94 ◦ blue 130

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

Shades of Matisse #305E82

Tints of Matisse #305E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.56%

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

R = 17.65%
G = 34.56%
B = 47.79%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#305E82 (or 0x305E82) is known color: Matisse. HEX triplet: 30, 5E and 82. RGB value is (48,94,130). Sum of RGB (Red+Green+Blue) = 48+94+130=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #305E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305E82 is #CFA17D. Grayscale: #545454. Windows color (decimal): -13607294 or 8543792. OLE color: 8543792.

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

Color convert

RGB 48 94 130 -
CMYK 0.63 0.28 0 0.49
HSL 206.34º 0.46% 0.35% -
HSV(B) 206.34º 0.63% 0.51% -
XYZ 9.25 10.25 22.61 -
YUV 84.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 48 94 130 0.63 0.28 0 0.49 206.34 0.46 0.35
Hex 30 5E 82 3F 1C 0 31 CE 2E 23
Octal 60 136 202 77 34 0 61 316 56 43
Binary 110000 1011110 10000010 111111 11100 0 110001 11001110 101110 100011

Color Harmonies of #305E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E82

Black with #305E82

Text Example


Text Example

White with #305E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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