Html Css Color HEX #304296 Tory Blue

📋 copy color: '#304296'

red 48 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #304296

Tints of Tory Blue #304296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 18.18%
G = 25%
B = 56.82%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#304296 (or 0x304296) is known color: Tory Blue. HEX triplet: 30, 42 and 96. RGB value is (48,66,150). Sum of RGB (Red+Green+Blue) = 48+66+150=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #304296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304296 is #CFBD69. Grayscale: #454545. Windows color (decimal): -13614442 or 9847344. OLE color: 9847344.

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

Color convert

RGB 48 66 150 -
CMYK 0.68 0.56 0 0.41
HSL 229.41º 0.52% 0.39% -
HSV(B) 229.41º 0.68% 0.59% -
XYZ 8.67 6.73 29.7 -
YUV 70.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 48 66 150 0.68 0.56 0 0.41 229.41 0.52 0.39
Hex 30 42 96 44 38 0 29 E5 34 27
Octal 60 102 226 104 70 0 51 345 64 47
Binary 110000 1000010 10010110 1000100 111000 0 101001 11100101 110100 100111

Color Harmonies of #304296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304296

Black with #304296

Text Example


Text Example

White with #304296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304296; }

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

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

background-color css

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

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

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

border-color css

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

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

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