Html Css Color HEX #304587 Tory Blue

📋 copy color: '#304587'

red 48 ◦ green 69 ◦ blue 135

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

Shades of Tory Blue #304587

Tints of Tory Blue #304587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 19.05%
G = 27.38%
B = 53.57%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#304587 (or 0x304587) is known color: Tory Blue. HEX triplet: 30, 45 and 87. RGB value is (48,69,135). Sum of RGB (Red+Green+Blue) = 48+69+135=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #304587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304587 is #CFBA78. Grayscale: #454545. Windows color (decimal): -13613689 or 8865072. OLE color: 8865072.

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

Color convert

RGB 48 69 135 -
CMYK 0.64 0.49 0 0.47
HSL 225.52º 0.48% 0.36% -
HSV(B) 225.52º 0.64% 0.53% -
XYZ 7.72 6.63 23.8 -
YUV 70.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 48 69 135 0.64 0.49 0 0.47 225.52 0.48 0.36
Hex 30 45 87 40 31 0 2F E2 30 24
Octal 60 105 207 100 61 0 57 342 60 44
Binary 110000 1000101 10000111 1000000 110001 0 101111 11100010 110000 100100

Color Harmonies of #304587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304587

Black with #304587

Text Example


Text Example

White with #304587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304587; }

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

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

background-color css

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

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

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

border-color css

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

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

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