Html Css Color HEX #30459C Tory Blue

📋 copy color: '#30459C'

red 48 ◦ green 69 ◦ blue 156

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

Shades of Tory Blue #30459C

Tints of Tory Blue #30459C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 17.58%
G = 25.27%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30459C (or 0x30459C) is known color: Tory Blue. HEX triplet: 30, 45 and 9C. RGB value is (48,69,156). Sum of RGB (Red+Green+Blue) = 48+69+156=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #30459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30459C is #CFBA63. Grayscale: #484848. Windows color (decimal): -13613668 or 10241328. OLE color: 10241328.

HSL color Cylindrical-coordinate representation of color #30459C: hue angle of 228.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30459C is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 69 156 -
CMYK 0.69 0.56 0 0.39
HSL 228.33º 0.53% 0.4% -
HSV(B) 228.33º 0.69% 0.61% -
XYZ 9.35 7.28 32.37 -
YUV 72.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 48 69 156 0.69 0.56 0 0.39 228.33 0.53 0.4
Hex 30 45 9C 45 38 0 27 E4 35 28
Octal 60 105 234 105 70 0 47 344 65 50
Binary 110000 1000101 10011100 1000101 111000 0 100111 11100100 110101 101000

Color Harmonies of #30459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30459C

Black with #30459C

Text Example


Text Example

White with #30459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30459C; }

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

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

background-color css

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

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

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

border-color css

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

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

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