Html Css Color HEX #30409D Tory Blue

📋 copy color: '#30409D'

red 48 ◦ green 64 ◦ blue 157

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

Shades of Tory Blue #30409D

Tints of Tory Blue #30409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 17.84%
G = 23.79%
B = 58.36%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30409D (or 0x30409D) is known color: Tory Blue. HEX triplet: 30, 40 and 9D. RGB value is (48,64,157). Sum of RGB (Red+Green+Blue) = 48+64+157=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #30409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30409D is #CFBF62. Grayscale: #454545. Windows color (decimal): -13614947 or 10305584. OLE color: 10305584.

HSL color Cylindrical-coordinate representation of color #30409D: hue angle of 231.19º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30409D is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 64 157 -
CMYK 0.69 0.59 0 0.38
HSL 231.19º 0.53% 0.4% -
HSV(B) 231.19º 0.69% 0.62% -
XYZ 9.14 6.73 32.72 -
YUV 69.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 48 64 157 0.69 0.59 0 0.38 231.19 0.53 0.4
Hex 30 40 9D 45 3B 0 26 E7 35 28
Octal 60 100 235 105 73 0 46 347 65 50
Binary 110000 1000000 10011101 1000101 111011 0 100110 11100111 110101 101000

Color Harmonies of #30409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30409D

Black with #30409D

Text Example


Text Example

White with #30409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30409D; }

 p { color: rgb(48,64,157); }

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

background-color css

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

 a { background-color: rgb(48,64,157); }

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

border-color css

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

 span { border-color: rgb(48,64,157); }

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