Html Css Color HEX #304A9C Tory Blue

📋 copy color: '#304A9C'

red 48 ◦ green 74 ◦ blue 156

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

Shades of Tory Blue #304A9C

Tints of Tory Blue #304A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 156 (61.33% from 255) = 56.12%

R = 17.27%
G = 26.62%
B = 56.12%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#304A9C (or 0x304A9C) is known color: Tory Blue. HEX triplet: 30, 4A and 9C. RGB value is (48,74,156). Sum of RGB (Red+Green+Blue) = 48+74+156=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #304A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A9C is #CFB563. Grayscale: #4B4B4B. Windows color (decimal): -13612388 or 10242608. OLE color: 10242608.

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

Color convert

RGB 48 74 156 -
CMYK 0.69 0.53 0 0.39
HSL 225.56º 0.53% 0.4% -
HSV(B) 225.56º 0.69% 0.61% -
XYZ 9.67 7.93 32.47 -
YUV 75.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 48 74 156 0.69 0.53 0 0.39 225.56 0.53 0.4
Hex 30 4A 9C 45 35 0 27 E2 35 28
Octal 60 112 234 105 65 0 47 342 65 50
Binary 110000 1001010 10011100 1000101 110101 0 100111 11100010 110101 101000

Color Harmonies of #304A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A9C

Black with #304A9C

Text Example


Text Example

White with #304A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,74,156); }

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

background-color css

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

 a { background-color: rgb(48,74,156); }

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

border-color css

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

 span { border-color: rgb(48,74,156); }

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