Html Css Color HEX #305D7D Matisse

📋 copy color: '#305D7D'

red 48 ◦ green 93 ◦ blue 125

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

Shades of Matisse #305D7D

Tints of Matisse #305D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.96%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 18.05%
G = 34.96%
B = 46.99%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#305D7D (or 0x305D7D) is known color: Matisse. HEX triplet: 30, 5D and 7D. RGB value is (48,93,125). Sum of RGB (Red+Green+Blue) = 48+93+125=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #305D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D7D is #CFA282. Grayscale: #535353. Windows color (decimal): -13607555 or 8215856. OLE color: 8215856.

HSL color Cylindrical-coordinate representation of color #305D7D: hue angle of 204.94º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #305D7D is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 93 125 -
CMYK 0.62 0.26 0 0.51
HSL 204.94º 0.45% 0.34% -
HSV(B) 204.94º 0.62% 0.49% -
XYZ 8.83 9.94 20.85 -
YUV 83.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 48 93 125 0.62 0.26 0 0.51 204.94 0.45 0.34
Hex 30 5D 7D 3E 1A 0 33 CD 2D 22
Octal 60 135 175 76 32 0 63 315 55 42
Binary 110000 1011101 1111101 111110 11010 0 110011 11001101 101101 100010

Color Harmonies of #305D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D7D

Black with #305D7D

Text Example


Text Example

White with #305D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,93,125); }

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

background-color css

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

 a { background-color: rgb(48,93,125); }

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

border-color css

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

 span { border-color: rgb(48,93,125); }

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