Html Css Color HEX #30488E Tory Blue

📋 copy color: '#30488E'

red 48 ◦ green 72 ◦ blue 142

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

Shades of Tory Blue #30488E

Tints of Tory Blue #30488E

RGB

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

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

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

R = 18.32%
G = 27.48%
B = 54.2%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30488E (or 0x30488E) is known color: Tory Blue. HEX triplet: 30, 48 and 8E. RGB value is (48,72,142). Sum of RGB (Red+Green+Blue) = 48+72+142=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #30488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30488E is #CFB771. Grayscale: #484848. Windows color (decimal): -13612914 or 9324592. OLE color: 9324592.

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

Color convert

RGB 48 72 142 -
CMYK 0.66 0.49 0 0.44
HSL 224.68º 0.49% 0.37% -
HSV(B) 224.68º 0.66% 0.56% -
XYZ 8.42 7.22 26.54 -
YUV 72.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 48 72 142 0.66 0.49 0 0.44 224.68 0.49 0.37
Hex 30 48 8E 42 31 0 2C E1 31 25
Octal 60 110 216 102 61 0 54 341 61 45
Binary 110000 1001000 10001110 1000010 110001 0 101100 11100001 110001 100101

Color Harmonies of #30488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30488E

Black with #30488E

Text Example


Text Example

White with #30488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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