Html Css Color HEX #30408C Tory Blue

📋 copy color: '#30408C'

red 48 ◦ green 64 ◦ blue 140

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

Shades of Tory Blue #30408C

Tints of Tory Blue #30408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 19.05%
G = 25.4%
B = 55.56%

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

#30408C (or 0x30408C) is known color: Tory Blue. HEX triplet: 30, 40 and 8C. RGB value is (48,64,140). Sum of RGB (Red+Green+Blue) = 48+64+140=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #30408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30408C is #CFBF73. Grayscale: #434343. Windows color (decimal): -13614964 or 9191472. OLE color: 9191472.

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

Color convert

RGB 48 64 140 -
CMYK 0.66 0.54 0 0.45
HSL 229.57º 0.49% 0.37% -
HSV(B) 229.57º 0.66% 0.55% -
XYZ 7.79 6.19 25.6 -
YUV 67.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 48 64 140 0.66 0.54 0 0.45 229.57 0.49 0.37
Hex 30 40 8C 42 36 0 2D E6 31 25
Octal 60 100 214 102 66 0 55 346 61 45
Binary 110000 1000000 10001100 1000010 110110 0 101101 11100110 110001 100101

Color Harmonies of #30408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30408C

Black with #30408C

Text Example


Text Example

White with #30408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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