Html Css Color HEX #30418D Tory Blue

📋 copy color: '#30418D'

red 48 ◦ green 65 ◦ blue 141

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

Shades of Tory Blue #30418D

Tints of Tory Blue #30418D

RGB

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

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

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

R = 18.9%
G = 25.59%
B = 55.51%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30418D (or 0x30418D) is known color: Tory Blue. HEX triplet: 30, 41 and 8D. RGB value is (48,65,141). Sum of RGB (Red+Green+Blue) = 48+65+141=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #30418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30418D is #CFBE72. Grayscale: #444444. Windows color (decimal): -13614707 or 9257264. OLE color: 9257264.

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

Color convert

RGB 48 65 141 -
CMYK 0.66 0.54 0 0.45
HSL 229.03º 0.49% 0.37% -
HSV(B) 229.03º 0.66% 0.55% -
XYZ 7.92 6.33 26 -
YUV 68.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 48 65 141 0.66 0.54 0 0.45 229.03 0.49 0.37
Hex 30 41 8D 42 36 0 2D E5 31 25
Octal 60 101 215 102 66 0 55 345 61 45
Binary 110000 1000001 10001101 1000010 110110 0 101101 11100101 110001 100101

Color Harmonies of #30418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30418D

Black with #30418D

Text Example


Text Example

White with #30418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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