Html Css Color HEX #304C95 Tory Blue

📋 copy color: '#304C95'

red 48 ◦ green 76 ◦ blue 149

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

Shades of Tory Blue #304C95

Tints of Tory Blue #304C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 17.58%
G = 27.84%
B = 54.58%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#304C95 (or 0x304C95) is known color: Tory Blue. HEX triplet: 30, 4C and 95. RGB value is (48,76,149). Sum of RGB (Red+Green+Blue) = 48+76+149=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #304C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C95 is #CFB36A. Grayscale: #4B4B4B. Windows color (decimal): -13611883 or 9784368. OLE color: 9784368.

HSL color Cylindrical-coordinate representation of color #304C95: hue angle of 223.37º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304C95 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 76 149 -
CMYK 0.68 0.49 0 0.42
HSL 223.37º 0.51% 0.39% -
HSV(B) 223.37º 0.68% 0.58% -
XYZ 9.23 7.97 29.49 -
YUV 75.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 48 76 149 0.68 0.49 0 0.42 223.37 0.51 0.39
Hex 30 4C 95 44 31 0 2A DF 33 27
Octal 60 114 225 104 61 0 52 337 63 47
Binary 110000 1001100 10010101 1000100 110001 0 101010 11011111 110011 100111

Color Harmonies of #304C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C95

Black with #304C95

Text Example


Text Example

White with #304C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304C95; }

 p { color: rgb(48,76,149); }

 H1.HeaderClassName
 {
   color: #304C95;
 }
 .AnyTagClassName
 {
   color: #304C95;
 }
</style>

background-color css

<style>
 a { background-color: #304C95; }

 a { background-color: rgb(48,76,149); }

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

border-color css

<style>
 span { border-color: #304C95; }

 span { border-color: rgb(48,76,149); }

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