Html Css Color HEX #304E97 Tory Blue

📋 copy color: '#304E97'

red 48 ◦ green 78 ◦ blue 151

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

Shades of Tory Blue #304E97

Tints of Tory Blue #304E97

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.16%

 BLUE value IS 151 (59.38% from 255) = 54.51%

R = 17.33%
G = 28.16%
B = 54.51%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#304E97 (or 0x304E97) is known color: Tory Blue. HEX triplet: 30, 4E and 97. RGB value is (48,78,151). Sum of RGB (Red+Green+Blue) = 48+78+151=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #304E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304E97 is #CFB168. Grayscale: #4D4D4D. Windows color (decimal): -13611369 or 9915952. OLE color: 9915952.

HSL color Cylindrical-coordinate representation of color #304E97: hue angle of 222.52º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304E97 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 78 151 -
CMYK 0.68 0.48 0 0.41
HSL 222.52º 0.52% 0.39% -
HSV(B) 222.52º 0.68% 0.59% -
XYZ 9.53 8.31 30.38 -
YUV 77.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 48 78 151 0.68 0.48 0 0.41 222.52 0.52 0.39
Hex 30 4E 97 44 30 0 29 DF 34 27
Octal 60 116 227 104 60 0 51 337 64 47
Binary 110000 1001110 10010111 1000100 110000 0 101001 11011111 110100 100111

Color Harmonies of #304E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E97

Black with #304E97

Text Example


Text Example

White with #304E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,78,151); }

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

background-color css

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

 a { background-color: rgb(48,78,151); }

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

border-color css

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

 span { border-color: rgb(48,78,151); }

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