Html Css Color HEX #30429D Tory Blue

📋 copy color: '#30429D'

red 48 ◦ green 66 ◦ blue 157

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

Shades of Tory Blue #30429D

Tints of Tory Blue #30429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 17.71%
G = 24.35%
B = 57.93%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30429D (or 0x30429D) is known color: Tory Blue. HEX triplet: 30, 42 and 9D. RGB value is (48,66,157). Sum of RGB (Red+Green+Blue) = 48+66+157=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #30429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30429D is #CFBD62. Grayscale: #464646. Windows color (decimal): -13614435 or 10306096. OLE color: 10306096.

HSL color Cylindrical-coordinate representation of color #30429D: hue angle of 230.09º 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 #30429D is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 66 157 -
CMYK 0.69 0.58 0 0.38
HSL 230.09º 0.53% 0.4% -
HSV(B) 230.09º 0.69% 0.62% -
XYZ 9.25 6.96 32.75 -
YUV 70.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 48 66 157 0.69 0.58 0 0.38 230.09 0.53 0.4
Hex 30 42 9D 45 3A 0 26 E6 35 28
Octal 60 102 235 105 72 0 46 346 65 50
Binary 110000 1000010 10011101 1000101 111010 0 100110 11100110 110101 101000

Color Harmonies of #30429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30429D

Black with #30429D

Text Example


Text Example

White with #30429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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