Html Css Color HEX #304CA2 Tory Blue

📋 copy color: '#304CA2'

red 48 ◦ green 76 ◦ blue 162

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

Shades of Tory Blue #304CA2

Tints of Tory Blue #304CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

 BLUE value IS 162 (63.67% from 255) = 56.64%

R = 16.78%
G = 26.57%
B = 56.64%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#304CA2 (or 0x304CA2) is known color: Tory Blue. HEX triplet: 30, 4C and A2. RGB value is (48,76,162). Sum of RGB (Red+Green+Blue) = 48+76+162=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #304CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304CA2 is #CFB35D. Grayscale: #4D4D4D. Windows color (decimal): -13611870 or 10636336. OLE color: 10636336.

HSL color Cylindrical-coordinate representation of color #304CA2: hue angle of 225.26º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304CA2 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 76 162 -
CMYK 0.70 0.53 0 0.36
HSL 225.26º 0.54% 0.41% -
HSV(B) 225.26º 0.7% 0.64% -
XYZ 10.32 8.41 35.26 -
YUV 77.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 48 76 162 0.70 0.53 0 0.36 225.26 0.54 0.41
Hex 30 4C A2 46 35 0 24 E1 36 29
Octal 60 114 242 106 65 0 44 341 66 51
Binary 110000 1001100 10100010 1000110 110101 0 100100 11100001 110110 101001

Color Harmonies of #304CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CA2

Black with #304CA2

Text Example


Text Example

White with #304CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,76,162); }

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

background-color css

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

 a { background-color: rgb(48,76,162); }

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

border-color css

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

 span { border-color: rgb(48,76,162); }

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