Html Css Color HEX #30408B Tory Blue

📋 copy color: '#30408B'

red 48 ◦ green 64 ◦ blue 139

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

Shades of Tory Blue #30408B

Tints of Tory Blue #30408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 19.12%
G = 25.5%
B = 55.38%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30408B (or 0x30408B) is known color: Tory Blue. HEX triplet: 30, 40 and 8B. RGB value is (48,64,139). Sum of RGB (Red+Green+Blue) = 48+64+139=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #30408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30408B is #CFBF74. Grayscale: #434343. Windows color (decimal): -13614965 or 9125936. OLE color: 9125936.

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

Color convert

RGB 48 64 139 -
CMYK 0.65 0.54 0 0.45
HSL 229.45º 0.49% 0.37% -
HSV(B) 229.45º 0.65% 0.55% -
XYZ 7.71 6.16 25.21 -
YUV 67.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 48 64 139 0.65 0.54 0 0.45 229.45 0.49 0.37
Hex 30 40 8B 41 36 0 2D E5 31 25
Octal 60 100 213 101 66 0 55 345 61 45
Binary 110000 1000000 10001011 1000001 110110 0 101101 11100101 110001 100101

Color Harmonies of #30408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30408B

Black with #30408B

Text Example


Text Example

White with #30408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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