Html Css Color HEX #304383 Tory Blue

📋 copy color: '#304383'

red 48 ◦ green 67 ◦ blue 131

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

Shades of Tory Blue #304383

Tints of Tory Blue #304383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.25%

R = 19.51%
G = 27.24%
B = 53.25%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#304383 (or 0x304383) is known color: Tory Blue. HEX triplet: 30, 43 and 83. RGB value is (48,67,131). Sum of RGB (Red+Green+Blue) = 48+67+131=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #304383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304383 is #CFBC7C. Grayscale: #444444. Windows color (decimal): -13614205 or 8602416. OLE color: 8602416.

HSL color Cylindrical-coordinate representation of color #304383: hue angle of 226.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304383 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 67 131 -
CMYK 0.63 0.49 0 0.49
HSL 226.27º 0.46% 0.35% -
HSV(B) 226.27º 0.63% 0.51% -
XYZ 7.32 6.28 22.3 -
YUV 68.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 48 67 131 0.63 0.49 0 0.49 226.27 0.46 0.35
Hex 30 43 83 3F 31 0 31 E2 2E 23
Octal 60 103 203 77 61 0 61 342 56 43
Binary 110000 1000011 10000011 111111 110001 0 110001 11100010 101110 100011

Color Harmonies of #304383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304383

Black with #304383

Text Example


Text Example

White with #304383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304383; }

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

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

background-color css

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

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

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

border-color css

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

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

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