Html Css Color HEX #30419C Tory Blue

📋 copy color: '#30419C'

red 48 ◦ green 65 ◦ blue 156

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

Shades of Tory Blue #30419C

Tints of Tory Blue #30419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 17.84%
G = 24.16%
B = 57.99%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30419C (or 0x30419C) is known color: Tory Blue. HEX triplet: 30, 41 and 9C. RGB value is (48,65,156). Sum of RGB (Red+Green+Blue) = 48+65+156=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #30419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30419C is #CFBE63. Grayscale: #454545. Windows color (decimal): -13614692 or 10240304. OLE color: 10240304.

HSL color Cylindrical-coordinate representation of color #30419C: hue angle of 230.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30419C is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 65 156 -
CMYK 0.69 0.58 0 0.39
HSL 230.56º 0.53% 0.4% -
HSV(B) 230.56º 0.69% 0.61% -
XYZ 9.11 6.81 32.29 -
YUV 70.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 48 65 156 0.69 0.58 0 0.39 230.56 0.53 0.4
Hex 30 41 9C 45 3A 0 27 E7 35 28
Octal 60 101 234 105 72 0 47 347 65 50
Binary 110000 1000001 10011100 1000101 111010 0 100111 11100111 110101 101000

Color Harmonies of #30419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30419C

Black with #30419C

Text Example


Text Example

White with #30419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,65,156); }

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

background-color css

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

 a { background-color: rgb(48,65,156); }

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

border-color css

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

 span { border-color: rgb(48,65,156); }

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