Html Css Color HEX #30539B Tory Blue

📋 copy color: '#30539B'

red 48 ◦ green 83 ◦ blue 155

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

Shades of Tory Blue #30539B

Tints of Tory Blue #30539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 16.78%
G = 29.02%
B = 54.2%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30539B (or 0x30539B) is known color: Tory Blue. HEX triplet: 30, 53 and 9B. RGB value is (48,83,155). Sum of RGB (Red+Green+Blue) = 48+83+155=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #30539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30539B is #CFAC64. Grayscale: #505050. Windows color (decimal): -13610085 or 10179376. OLE color: 10179376.

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

Color convert

RGB 48 83 155 -
CMYK 0.69 0.46 0 0.39
HSL 220.37º 0.53% 0.4% -
HSV(B) 220.37º 0.69% 0.61% -
XYZ 10.23 9.18 32.24 -
YUV 80.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 48 83 155 0.69 0.46 0 0.39 220.37 0.53 0.4
Hex 30 53 9B 45 2E 0 27 DC 35 28
Octal 60 123 233 105 56 0 47 334 65 50
Binary 110000 1010011 10011011 1000101 101110 0 100111 11011100 110101 101000

Color Harmonies of #30539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30539B

Black with #30539B

Text Example


Text Example

White with #30539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,83,155); }

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

background-color css

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

 a { background-color: rgb(48,83,155); }

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

border-color css

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

 span { border-color: rgb(48,83,155); }

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