Html Css Color HEX #30409C Tory Blue

📋 copy color: '#30409C'

red 48 ◦ green 64 ◦ blue 156

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

Shades of Tory Blue #30409C

Tints of Tory Blue #30409C

RGB

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

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

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

R = 17.91%
G = 23.88%
B = 58.21%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30409C (or 0x30409C) is known color: Tory Blue. HEX triplet: 30, 40 and 9C. RGB value is (48,64,156). Sum of RGB (Red+Green+Blue) = 48+64+156=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #30409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30409C is #CFBF63. Grayscale: #454545. Windows color (decimal): -13614948 or 10240048. OLE color: 10240048.

HSL color Cylindrical-coordinate representation of color #30409C: hue angle of 231.11º 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 #30409C is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 64 156 -
CMYK 0.69 0.59 0 0.39
HSL 231.11º 0.53% 0.4% -
HSV(B) 231.11º 0.69% 0.61% -
XYZ 9.05 6.7 32.27 -
YUV 69.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 48 64 156 0.69 0.59 0 0.39 231.11 0.53 0.4
Hex 30 40 9C 45 3B 0 27 E7 35 28
Octal 60 100 234 105 73 0 47 347 65 50
Binary 110000 1000000 10011100 1000101 111011 0 100111 11100111 110101 101000

Color Harmonies of #30409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30409C

Black with #30409C

Text Example


Text Example

White with #30409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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