Html Css Color HEX #304288 Tory Blue

📋 copy color: '#304288'

red 48 ◦ green 66 ◦ blue 136

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

Shades of Tory Blue #304288

Tints of Tory Blue #304288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 19.2%
G = 26.4%
B = 54.4%

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

#304288 (or 0x304288) is known color: Tory Blue. HEX triplet: 30, 42 and 88. RGB value is (48,66,136). Sum of RGB (Red+Green+Blue) = 48+66+136=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #304288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304288 is #CFBD77. Grayscale: #444444. Windows color (decimal): -13614456 or 8929840. OLE color: 8929840.

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

Color convert

RGB 48 66 136 -
CMYK 0.65 0.51 0 0.47
HSL 227.73º 0.48% 0.36% -
HSV(B) 227.73º 0.65% 0.53% -
XYZ 7.61 6.3 24.11 -
YUV 68.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 48 66 136 0.65 0.51 0 0.47 227.73 0.48 0.36
Hex 30 42 88 41 33 0 2F E4 30 24
Octal 60 102 210 101 63 0 57 344 60 44
Binary 110000 1000010 10001000 1000001 110011 0 101111 11100100 110000 100100

Color Harmonies of #304288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304288

Black with #304288

Text Example


Text Example

White with #304288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304288; }

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

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

background-color css

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

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

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

border-color css

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

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

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