Html Css Color HEX #304C9D Tory Blue

📋 copy color: '#304C9D'

red 48 ◦ green 76 ◦ blue 157

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

Shades of Tory Blue #304C9D

Tints of Tory Blue #304C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.87%

R = 17.08%
G = 27.05%
B = 55.87%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#304C9D (or 0x304C9D) is known color: Tory Blue. HEX triplet: 30, 4C and 9D. RGB value is (48,76,157). Sum of RGB (Red+Green+Blue) = 48+76+157=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #304C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C9D is #CFB362. Grayscale: #4C4C4C. Windows color (decimal): -13611875 or 10308656. OLE color: 10308656.

HSL color Cylindrical-coordinate representation of color #304C9D: hue angle of 224.59º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304C9D is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 76 157 -
CMYK 0.69 0.52 0 0.38
HSL 224.59º 0.53% 0.4% -
HSV(B) 224.59º 0.69% 0.62% -
XYZ 9.89 8.23 32.97 -
YUV 76.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 48 76 157 0.69 0.52 0 0.38 224.59 0.53 0.4
Hex 30 4C 9D 45 34 0 26 E1 35 28
Octal 60 114 235 105 64 0 46 341 65 50
Binary 110000 1001100 10011101 1000101 110100 0 100110 11100001 110101 101000

Color Harmonies of #304C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C9D

Black with #304C9D

Text Example


Text Example

White with #304C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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