Html Css Color HEX #304088 Tory Blue

📋 copy color: '#304088'

red 48 ◦ green 64 ◦ blue 136

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

Shades of Tory Blue #304088

Tints of Tory Blue #304088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 19.35%
G = 25.81%
B = 54.84%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#304088 (or 0x304088) is known color: Tory Blue. HEX triplet: 30, 40 and 88. RGB value is (48,64,136). Sum of RGB (Red+Green+Blue) = 48+64+136=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #304088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304088 is #CFBF77. Grayscale: #434343. Windows color (decimal): -13614968 or 8929328. OLE color: 8929328.

HSL color Cylindrical-coordinate representation of color #304088: hue angle of 229.09º 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 #304088 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 64 136 -
CMYK 0.65 0.53 0 0.47
HSL 229.09º 0.48% 0.36% -
HSV(B) 229.09º 0.65% 0.53% -
XYZ 7.5 6.07 24.07 -
YUV 67.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 48 64 136 0.65 0.53 0 0.47 229.09 0.48 0.36
Hex 30 40 88 41 35 0 2F E5 30 24
Octal 60 100 210 101 65 0 57 345 60 44
Binary 110000 1000000 10001000 1000001 110101 0 101111 11100101 110000 100100

Color Harmonies of #304088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304088

Black with #304088

Text Example


Text Example

White with #304088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304088; }

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

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

background-color css

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

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

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

border-color css

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

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

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