Html Css Color HEX #304387 Tory Blue

📋 copy color: '#304387'

red 48 ◦ green 67 ◦ blue 135

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

Shades of Tory Blue #304387

Tints of Tory Blue #304387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54%

R = 19.2%
G = 26.8%
B = 54%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#304387 (or 0x304387) is known color: Tory Blue. HEX triplet: 30, 43 and 87. RGB value is (48,67,135). Sum of RGB (Red+Green+Blue) = 48+67+135=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #304387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304387 is #CFBC78. Grayscale: #444444. Windows color (decimal): -13614201 or 8864560. OLE color: 8864560.

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

Color convert

RGB 48 67 135 -
CMYK 0.64 0.50 0 0.47
HSL 226.9º 0.48% 0.36% -
HSV(B) 226.9º 0.64% 0.53% -
XYZ 7.6 6.39 23.75 -
YUV 69.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 48 67 135 0.64 0.50 0 0.47 226.9 0.48 0.36
Hex 30 43 87 40 32 0 2F E3 30 24
Octal 60 103 207 100 62 0 57 343 60 44
Binary 110000 1000011 10000111 1000000 110010 0 101111 11100011 110000 100100

Color Harmonies of #304387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304387

Black with #304387

Text Example


Text Example

White with #304387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304387; }

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

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

background-color css

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

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

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

border-color css

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

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

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