Html Css Color HEX #305A7F Matisse

📋 copy color: '#305A7F'

red 48 ◦ green 90 ◦ blue 127

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

Shades of Matisse #305A7F

Tints of Matisse #305A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

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

R = 18.11%
G = 33.96%
B = 47.92%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#305A7F (or 0x305A7F) is known color: Matisse. HEX triplet: 30, 5A and 7F. RGB value is (48,90,127). Sum of RGB (Red+Green+Blue) = 48+90+127=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #305A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A7F is #CFA580. Grayscale: #515151. Windows color (decimal): -13608321 or 8346160. OLE color: 8346160.

HSL color Cylindrical-coordinate representation of color #305A7F: hue angle of 208.1º 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 #305A7F is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 90 127 -
CMYK 0.62 0.29 0 0.50
HSL 208.1º 0.45% 0.34% -
HSV(B) 208.1º 0.62% 0.5% -
XYZ 8.71 9.47 21.45 -
YUV 81.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 48 90 127 0.62 0.29 0 0.50 208.1 0.45 0.34
Hex 30 5A 7F 3E 1D 0 32 D0 2D 22
Octal 60 132 177 76 35 0 62 320 55 42
Binary 110000 1011010 1111111 111110 11101 0 110010 11010000 101101 100010

Color Harmonies of #305A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A7F

Black with #305A7F

Text Example


Text Example

White with #305A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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