Html Css Color HEX #30488B Tory Blue

📋 copy color: '#30488B'

red 48 ◦ green 72 ◦ blue 139

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

Shades of Tory Blue #30488B

Tints of Tory Blue #30488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 18.53%
G = 27.8%
B = 53.67%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30488B (or 0x30488B) is known color: Tory Blue. HEX triplet: 30, 48 and 8B. RGB value is (48,72,139). Sum of RGB (Red+Green+Blue) = 48+72+139=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #30488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30488B is #CFB774. Grayscale: #484848. Windows color (decimal): -13612917 or 9127984. OLE color: 9127984.

HSL color Cylindrical-coordinate representation of color #30488B: hue angle of 224.18º 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 #30488B is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 72 139 -
CMYK 0.65 0.48 0 0.45
HSL 224.18º 0.49% 0.37% -
HSV(B) 224.18º 0.65% 0.55% -
XYZ 8.2 7.13 25.37 -
YUV 72.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 48 72 139 0.65 0.48 0 0.45 224.18 0.49 0.37
Hex 30 48 8B 41 30 0 2D E0 31 25
Octal 60 110 213 101 60 0 55 340 61 45
Binary 110000 1001000 10001011 1000001 110000 0 101101 11100000 110001 100101

Color Harmonies of #30488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30488B

Black with #30488B

Text Example


Text Example

White with #30488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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