Html Css Color HEX #304388 Tory Blue

📋 copy color: '#304388'

red 48 ◦ green 67 ◦ blue 136

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

Shades of Tory Blue #304388

Tints of Tory Blue #304388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 19.12%
G = 26.69%
B = 54.18%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#304388 (or 0x304388) is known color: Tory Blue. HEX triplet: 30, 43 and 88. RGB value is (48,67,136). Sum of RGB (Red+Green+Blue) = 48+67+136=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #304388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304388 is #CFBC77. Grayscale: #444444. Windows color (decimal): -13614200 or 8930096. OLE color: 8930096.

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

Color convert

RGB 48 67 136 -
CMYK 0.65 0.51 0 0.47
HSL 227.05º 0.48% 0.36% -
HSV(B) 227.05º 0.65% 0.53% -
XYZ 7.67 6.42 24.13 -
YUV 69.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 48 67 136 0.65 0.51 0 0.47 227.05 0.48 0.36
Hex 30 43 88 41 33 0 2F E3 30 24
Octal 60 103 210 101 63 0 57 343 60 44
Binary 110000 1000011 10001000 1000001 110011 0 101111 11100011 110000 100100

Color Harmonies of #304388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304388

Black with #304388

Text Example


Text Example

White with #304388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304388; }

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

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

background-color css

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

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

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

border-color css

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

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

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