Html Css Color HEX #30408E Tory Blue

📋 copy color: '#30408E'

red 48 ◦ green 64 ◦ blue 142

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

Shades of Tory Blue #30408E

Tints of Tory Blue #30408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 18.9%
G = 25.2%
B = 55.91%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30408E (or 0x30408E) is known color: Tory Blue. HEX triplet: 30, 40 and 8E. RGB value is (48,64,142). Sum of RGB (Red+Green+Blue) = 48+64+142=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #30408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30408E is #CFBF71. Grayscale: #434343. Windows color (decimal): -13614962 or 9322544. OLE color: 9322544.

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

Color convert

RGB 48 64 142 -
CMYK 0.66 0.55 0 0.44
HSL 229.79º 0.49% 0.37% -
HSV(B) 229.79º 0.66% 0.56% -
XYZ 7.93 6.25 26.38 -
YUV 68.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 48 64 142 0.66 0.55 0 0.44 229.79 0.49 0.37
Hex 30 40 8E 42 37 0 2C E6 31 25
Octal 60 100 216 102 67 0 54 346 61 45
Binary 110000 1000000 10001110 1000010 110111 0 101100 11100110 110001 100101

Color Harmonies of #30408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30408E

Black with #30408E

Text Example


Text Example

White with #30408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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