Html Css Color HEX #304396 Tory Blue

📋 copy color: '#304396'

red 48 ◦ green 67 ◦ blue 150

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

Shades of Tory Blue #304396

Tints of Tory Blue #304396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 18.11%
G = 25.28%
B = 56.6%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#304396 (or 0x304396) is known color: Tory Blue. HEX triplet: 30, 43 and 96. RGB value is (48,67,150). Sum of RGB (Red+Green+Blue) = 48+67+150=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #304396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304396 is #CFBC69. Grayscale: #464646. Windows color (decimal): -13614186 or 9847600. OLE color: 9847600.

HSL color Cylindrical-coordinate representation of color #304396: hue angle of 228.82º 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 #304396 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 67 150 -
CMYK 0.68 0.55 0 0.41
HSL 228.82º 0.52% 0.39% -
HSV(B) 228.82º 0.68% 0.59% -
XYZ 8.73 6.84 29.72 -
YUV 70.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 48 67 150 0.68 0.55 0 0.41 228.82 0.52 0.39
Hex 30 43 96 44 37 0 29 E5 34 27
Octal 60 103 226 104 67 0 51 345 64 47
Binary 110000 1000011 10010110 1000100 110111 0 101001 11100101 110100 100111

Color Harmonies of #304396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304396

Black with #304396

Text Example


Text Example

White with #304396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304396; }

 p { color: rgb(48,67,150); }

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

background-color css

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

 a { background-color: rgb(48,67,150); }

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

border-color css

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

 span { border-color: rgb(48,67,150); }

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