Html Css Color HEX #304299 Tory Blue

📋 copy color: '#304299'

red 48 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #304299

Tints of Tory Blue #304299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 17.98%
G = 24.72%
B = 57.3%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#304299 (or 0x304299) is known color: Tory Blue. HEX triplet: 30, 42 and 99. RGB value is (48,66,153). Sum of RGB (Red+Green+Blue) = 48+66+153=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #304299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304299 is #CFBD66. Grayscale: #464646. Windows color (decimal): -13614439 or 10043952. OLE color: 10043952.

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

Color convert

RGB 48 66 153 -
CMYK 0.69 0.57 0 0.4
HSL 229.71º 0.52% 0.39% -
HSV(B) 229.71º 0.69% 0.6% -
XYZ 8.92 6.82 30.98 -
YUV 70.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 48 66 153 0.69 0.57 0 0.4 229.71 0.52 0.39
Hex 30 42 99 45 39 0 28 E6 34 27
Octal 60 102 231 105 71 0 50 346 64 47
Binary 110000 1000010 10011001 1000101 111001 0 101000 11100110 110100 100111

Color Harmonies of #304299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304299

Black with #304299

Text Example


Text Example

White with #304299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304299; }

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

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

background-color css

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

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

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

border-color css

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

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

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