Html Css Color HEX #305096 Tory Blue

📋 copy color: '#305096'

red 48 ◦ green 80 ◦ blue 150

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

Shades of Tory Blue #305096

Tints of Tory Blue #305096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 17.27%
G = 28.78%
B = 53.96%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#305096 (or 0x305096) is known color: Tory Blue. HEX triplet: 30, 50 and 96. RGB value is (48,80,150). Sum of RGB (Red+Green+Blue) = 48+80+150=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #305096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305096 is #CFAF69. Grayscale: #4E4E4E. Windows color (decimal): -13610858 or 9850928. OLE color: 9850928.

HSL color Cylindrical-coordinate representation of color #305096: hue angle of 221.18º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305096 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 80 150 -
CMYK 0.68 0.47 0 0.41
HSL 221.18º 0.52% 0.39% -
HSV(B) 221.18º 0.68% 0.59% -
XYZ 9.59 8.57 30 -
YUV 78.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 48 80 150 0.68 0.47 0 0.41 221.18 0.52 0.39
Hex 30 50 96 44 2F 0 29 DD 34 27
Octal 60 120 226 104 57 0 51 335 64 47
Binary 110000 1010000 10010110 1000100 101111 0 101001 11011101 110100 100111

Color Harmonies of #305096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305096

Black with #305096

Text Example


Text Example

White with #305096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305096; }

 p { color: rgb(48,80,150); }

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

background-color css

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

 a { background-color: rgb(48,80,150); }

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

border-color css

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

 span { border-color: rgb(48,80,150); }

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