Html Css Color HEX #30439C Tory Blue

📋 copy color: '#30439C'

red 48 ◦ green 67 ◦ blue 156

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

Shades of Tory Blue #30439C

Tints of Tory Blue #30439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 17.71%
G = 24.72%
B = 57.56%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30439C (or 0x30439C) is known color: Tory Blue. HEX triplet: 30, 43 and 9C. RGB value is (48,67,156). Sum of RGB (Red+Green+Blue) = 48+67+156=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #30439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30439C is #CFBC63. Grayscale: #474747. Windows color (decimal): -13614180 or 10240816. OLE color: 10240816.

HSL color Cylindrical-coordinate representation of color #30439C: hue angle of 229.44º 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 #30439C is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 67 156 -
CMYK 0.69 0.57 0 0.39
HSL 229.44º 0.53% 0.4% -
HSV(B) 229.44º 0.69% 0.61% -
XYZ 9.23 7.04 32.33 -
YUV 71.47 175.71 111.26 -
System Red Green Blue C M Y K H S L
Decimal 48 67 156 0.69 0.57 0 0.39 229.44 0.53 0.4
Hex 30 43 9C 45 39 0 27 E5 35 28
Octal 60 103 234 105 71 0 47 345 65 50
Binary 110000 1000011 10011100 1000101 111001 0 100111 11100101 110101 101000

Color Harmonies of #30439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30439C

Black with #30439C

Text Example


Text Example

White with #30439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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