Html Css Color HEX #304B8E Tory Blue

📋 copy color: '#304B8E'

red 48 ◦ green 75 ◦ blue 142

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

Shades of Tory Blue #304B8E

Tints of Tory Blue #304B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.3%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 18.11%
G = 28.3%
B = 53.58%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#304B8E (or 0x304B8E) is known color: Tory Blue. HEX triplet: 30, 4B and 8E. RGB value is (48,75,142). Sum of RGB (Red+Green+Blue) = 48+75+142=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #304B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304B8E is #CFB471. Grayscale: #4A4A4A. Windows color (decimal): -13612146 or 9325360. OLE color: 9325360.

HSL color Cylindrical-coordinate representation of color #304B8E: hue angle of 222.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304B8E is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 75 142 -
CMYK 0.66 0.47 0 0.44
HSL 222.77º 0.49% 0.37% -
HSV(B) 222.77º 0.66% 0.56% -
XYZ 8.62 7.61 26.61 -
YUV 74.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 48 75 142 0.66 0.47 0 0.44 222.77 0.49 0.37
Hex 30 4B 8E 42 2F 0 2C DF 31 25
Octal 60 113 216 102 57 0 54 337 61 45
Binary 110000 1001011 10001110 1000010 101111 0 101100 11011111 110001 100101

Color Harmonies of #304B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B8E

Black with #304B8E

Text Example


Text Example

White with #304B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,142); }

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

background-color css

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

 a { background-color: rgb(48,75,142); }

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

border-color css

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

 span { border-color: rgb(48,75,142); }

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