Html Css Color HEX #305E7F Matisse

📋 copy color: '#305E7F'

red 48 ◦ green 94 ◦ blue 127

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

Shades of Matisse #305E7F

Tints of Matisse #305E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.21%

R = 17.84%
G = 34.94%
B = 47.21%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#305E7F (or 0x305E7F) is known color: Matisse. HEX triplet: 30, 5E and 7F. RGB value is (48,94,127). Sum of RGB (Red+Green+Blue) = 48+94+127=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #305E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E7F is #CFA180. Grayscale: #535353. Windows color (decimal): -13607297 or 8347184. OLE color: 8347184.

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

Color convert

RGB 48 94 127 -
CMYK 0.62 0.26 0 0.50
HSL 205.06º 0.45% 0.34% -
HSV(B) 205.06º 0.62% 0.5% -
XYZ 9.05 10.17 21.56 -
YUV 84.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 48 94 127 0.62 0.26 0 0.50 205.06 0.45 0.34
Hex 30 5E 7F 3E 1A 0 32 CD 2D 22
Octal 60 136 177 76 32 0 62 315 55 42
Binary 110000 1011110 1111111 111110 11010 0 110010 11001101 101101 100010

Color Harmonies of #305E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E7F

Black with #305E7F

Text Example


Text Example

White with #305E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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