Html Css Color HEX #305B7E Matisse

📋 copy color: '#305B7E'

red 48 ◦ green 91 ◦ blue 126

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

Shades of Matisse #305B7E

Tints of Matisse #305B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

 BLUE value IS 126 (49.61% from 255) = 47.55%

R = 18.11%
G = 34.34%
B = 47.55%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#305B7E (or 0x305B7E) is known color: Matisse. HEX triplet: 30, 5B and 7E. RGB value is (48,91,126). Sum of RGB (Red+Green+Blue) = 48+91+126=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #305B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B7E is #CFA481. Grayscale: #515151. Windows color (decimal): -13608066 or 8280880. OLE color: 8280880.

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

Color convert

RGB 48 91 126 -
CMYK 0.62 0.28 0 0.51
HSL 206.92º 0.45% 0.34% -
HSV(B) 206.92º 0.62% 0.49% -
XYZ 8.73 9.62 21.14 -
YUV 82.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 48 91 126 0.62 0.28 0 0.51 206.92 0.45 0.34
Hex 30 5B 7E 3E 1C 0 33 CF 2D 22
Octal 60 133 176 76 34 0 63 317 55 42
Binary 110000 1011011 1111110 111110 11100 0 110011 11001111 101101 100010

Color Harmonies of #305B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B7E

Black with #305B7E

Text Example


Text Example

White with #305B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,91,126); }

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

background-color css

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

 a { background-color: rgb(48,91,126); }

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

border-color css

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

 span { border-color: rgb(48,91,126); }

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