Html Css Color HEX #30468A Tory Blue

📋 copy color: '#30468A'

red 48 ◦ green 70 ◦ blue 138

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

Shades of Tory Blue #30468A

Tints of Tory Blue #30468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 18.75%
G = 27.34%
B = 53.91%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#30468A (or 0x30468A) is known color: Tory Blue. HEX triplet: 30, 46 and 8A. RGB value is (48,70,138). Sum of RGB (Red+Green+Blue) = 48+70+138=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #30468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30468A is #CFB975. Grayscale: #464646. Windows color (decimal): -13613430 or 9061936. OLE color: 9061936.

HSL color Cylindrical-coordinate representation of color #30468A: hue angle of 225.33º 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 #30468A is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 70 138 -
CMYK 0.65 0.49 0 0.46
HSL 225.33º 0.48% 0.36% -
HSV(B) 225.33º 0.65% 0.54% -
XYZ 8 6.84 24.94 -
YUV 71.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 48 70 138 0.65 0.49 0 0.46 225.33 0.48 0.36
Hex 30 46 8A 41 31 0 2E E1 30 24
Octal 60 106 212 101 61 0 56 341 60 44
Binary 110000 1000110 10001010 1000001 110001 0 101110 11100001 110000 100100

Color Harmonies of #30468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30468A

Black with #30468A

Text Example


Text Example

White with #30468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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