Html Css Color HEX #30418E Tory Blue

📋 copy color: '#30418E'

red 48 ◦ green 65 ◦ blue 142

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

Shades of Tory Blue #30418E

Tints of Tory Blue #30418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 18.82%
G = 25.49%
B = 55.69%

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

#30418E (or 0x30418E) is known color: Tory Blue. HEX triplet: 30, 41 and 8E. RGB value is (48,65,142). Sum of RGB (Red+Green+Blue) = 48+65+142=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #30418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30418E is #CFBE71. Grayscale: #444444. Windows color (decimal): -13614706 or 9322800. OLE color: 9322800.

HSL color Cylindrical-coordinate representation of color #30418E: hue angle of 229.15º degrees, saturation: 0.49, 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 #30418E is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 65 142 -
CMYK 0.66 0.54 0 0.44
HSL 229.15º 0.49% 0.37% -
HSV(B) 229.15º 0.66% 0.56% -
XYZ 7.99 6.36 26.4 -
YUV 68.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 48 65 142 0.66 0.54 0 0.44 229.15 0.49 0.37
Hex 30 41 8E 42 36 0 2C E5 31 25
Octal 60 101 216 102 66 0 54 345 61 45
Binary 110000 1000001 10001110 1000010 110110 0 101100 11100101 110001 100101

Color Harmonies of #30418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30418E

Black with #30418E

Text Example


Text Example

White with #30418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30418E; }

 p { color: rgb(48,65,142); }

 H1.HeaderClassName
 {
   color: #30418E;
 }
 .AnyTagClassName
 {
   color: #30418E;
 }
</style>

background-color css

<style>
 a { background-color: #30418E; }

 a { background-color: rgb(48,65,142); }

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

border-color css

<style>
 span { border-color: #30418E; }

 span { border-color: rgb(48,65,142); }

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