Html Css Color HEX #305C7E Matisse

📋 copy color: '#305C7E'

red 48 ◦ green 92 ◦ blue 126

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

Shades of Matisse #305C7E

Tints of Matisse #305C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 18.05%
G = 34.59%
B = 47.37%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#305C7E (or 0x305C7E) is known color: Matisse. HEX triplet: 30, 5C and 7E. RGB value is (48,92,126). Sum of RGB (Red+Green+Blue) = 48+92+126=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #305C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C7E is #CFA381. Grayscale: #525252. Windows color (decimal): -13607810 or 8281136. OLE color: 8281136.

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

Color convert

RGB 48 92 126 -
CMYK 0.62 0.27 0 0.51
HSL 206.15º 0.45% 0.34% -
HSV(B) 206.15º 0.62% 0.49% -
XYZ 8.81 9.79 21.16 -
YUV 82.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 48 92 126 0.62 0.27 0 0.51 206.15 0.45 0.34
Hex 30 5C 7E 3E 1B 0 33 CE 2D 22
Octal 60 134 176 76 33 0 63 316 55 42
Binary 110000 1011100 1111110 111110 11011 0 110011 11001110 101101 100010

Color Harmonies of #305C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C7E

Black with #305C7E

Text Example


Text Example

White with #305C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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