Html Css Color HEX #30458A Tory Blue

📋 copy color: '#30458A'

red 48 ◦ green 69 ◦ blue 138

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

Shades of Tory Blue #30458A

Tints of Tory Blue #30458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 18.82%
G = 27.06%
B = 54.12%

CMYK

 C value IS 0.65

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30458A (or 0x30458A) is known color: Tory Blue. HEX triplet: 30, 45 and 8A. RGB value is (48,69,138). Sum of RGB (Red+Green+Blue) = 48+69+138=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #30458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30458A is #CFBA75. Grayscale: #464646. Windows color (decimal): -13613686 or 9061680. OLE color: 9061680.

HSL color Cylindrical-coordinate representation of color #30458A: hue angle of 226º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30458A is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 69 138 -
CMYK 0.65 0.5 0 0.46
HSL 226º 0.48% 0.36% -
HSV(B) 226º 0.65% 0.54% -
XYZ 7.93 6.72 24.92 -
YUV 70.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 48 69 138 0.65 0.5 0 0.46 226 0.48 0.36
Hex 30 45 8A 41 32 0 2E E2 30 24
Octal 60 105 212 101 62 0 56 342 60 44
Binary 110000 1000101 10001010 1000001 110010 0 101110 11100010 110000 100100

Color Harmonies of #30458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30458A

Black with #30458A

Text Example


Text Example

White with #30458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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