Html Css Color HEX #30428D Tory Blue

📋 copy color: '#30428D'

red 48 ◦ green 66 ◦ blue 141

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

Shades of Tory Blue #30428D

Tints of Tory Blue #30428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 18.82%
G = 25.88%
B = 55.29%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30428D (or 0x30428D) is known color: Tory Blue. HEX triplet: 30, 42 and 8D. RGB value is (48,66,141). Sum of RGB (Red+Green+Blue) = 48+66+141=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #30428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30428D is #CFBD72. Grayscale: #444444. Windows color (decimal): -13614451 or 9257520. OLE color: 9257520.

HSL color Cylindrical-coordinate representation of color #30428D: hue angle of 228.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30428D is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 66 141 -
CMYK 0.66 0.53 0 0.45
HSL 228.39º 0.49% 0.37% -
HSV(B) 228.39º 0.66% 0.55% -
XYZ 7.97 6.45 26.02 -
YUV 69.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 48 66 141 0.66 0.53 0 0.45 228.39 0.49 0.37
Hex 30 42 8D 42 35 0 2D E4 31 25
Octal 60 102 215 102 65 0 55 344 61 45
Binary 110000 1000010 10001101 1000010 110101 0 101101 11100100 110001 100101

Color Harmonies of #30428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30428D

Black with #30428D

Text Example


Text Example

White with #30428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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