Html Css Color HEX #30428F Tory Blue

📋 copy color: '#30428F'

red 48 ◦ green 66 ◦ blue 143

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

Shades of Tory Blue #30428F

Tints of Tory Blue #30428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.64%

R = 18.68%
G = 25.68%
B = 55.64%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30428F (or 0x30428F) is known color: Tory Blue. HEX triplet: 30, 42 and 8F. RGB value is (48,66,143). Sum of RGB (Red+Green+Blue) = 48+66+143=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #30428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30428F is #CFBD70. Grayscale: #454545. Windows color (decimal): -13614449 or 9388592. OLE color: 9388592.

HSL color Cylindrical-coordinate representation of color #30428F: hue angle of 228.63º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30428F is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 66 143 -
CMYK 0.66 0.54 0 0.44
HSL 228.63º 0.5% 0.37% -
HSV(B) 228.63º 0.66% 0.56% -
XYZ 8.13 6.51 26.81 -
YUV 69.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 48 66 143 0.66 0.54 0 0.44 228.63 0.5 0.37
Hex 30 42 8F 42 36 0 2C E5 32 25
Octal 60 102 217 102 66 0 54 345 62 45
Binary 110000 1000010 10001111 1000010 110110 0 101100 11100101 110010 100101

Color Harmonies of #30428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30428F

Black with #30428F

Text Example


Text Example

White with #30428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30428F; }

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

 H1.HeaderClassName
 {
   color: #30428F;
 }
 .AnyTagClassName
 {
   color: #30428F;
 }
</style>

background-color css

<style>
 a { background-color: #30428F; }

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

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

border-color css

<style>
 span { border-color: #30428F; }

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

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