Html Css Color HEX #304888 Tory Blue

📋 copy color: '#304888'

red 48 ◦ green 72 ◦ blue 136

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

Shades of Tory Blue #304888

Tints of Tory Blue #304888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 18.75%
G = 28.13%
B = 53.13%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#304888 (or 0x304888) is known color: Tory Blue. HEX triplet: 30, 48 and 88. RGB value is (48,72,136). Sum of RGB (Red+Green+Blue) = 48+72+136=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #304888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304888 is #CFB777. Grayscale: #474747. Windows color (decimal): -13612920 or 8931376. OLE color: 8931376.

HSL color Cylindrical-coordinate representation of color #304888: hue angle of 223.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304888 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 72 136 -
CMYK 0.65 0.47 0 0.47
HSL 223.64º 0.48% 0.36% -
HSV(B) 223.64º 0.65% 0.53% -
XYZ 7.98 7.04 24.23 -
YUV 72.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 48 72 136 0.65 0.47 0 0.47 223.64 0.48 0.36
Hex 30 48 88 41 2F 0 2F E0 30 24
Octal 60 110 210 101 57 0 57 340 60 44
Binary 110000 1001000 10001000 1000001 101111 0 101111 11100000 110000 100100

Color Harmonies of #304888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304888

Black with #304888

Text Example


Text Example

White with #304888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304888; }

 p { color: rgb(48,72,136); }

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

background-color css

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

 a { background-color: rgb(48,72,136); }

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

border-color css

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

 span { border-color: rgb(48,72,136); }

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