Html Css Color HEX #30438B Tory Blue

📋 copy color: '#30438B'

red 48 ◦ green 67 ◦ blue 139

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

Shades of Tory Blue #30438B

Tints of Tory Blue #30438B

RGB

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

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

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

R = 18.9%
G = 26.38%
B = 54.72%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30438B (or 0x30438B) is known color: Tory Blue. HEX triplet: 30, 43 and 8B. RGB value is (48,67,139). Sum of RGB (Red+Green+Blue) = 48+67+139=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #30438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30438B is #CFBC74. Grayscale: #454545. Windows color (decimal): -13614197 or 9126704. OLE color: 9126704.

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

Color convert

RGB 48 67 139 -
CMYK 0.65 0.52 0 0.45
HSL 227.47º 0.49% 0.37% -
HSV(B) 227.47º 0.65% 0.55% -
XYZ 7.89 6.51 25.27 -
YUV 69.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 48 67 139 0.65 0.52 0 0.45 227.47 0.49 0.37
Hex 30 43 8B 41 34 0 2D E3 31 25
Octal 60 103 213 101 64 0 55 343 61 45
Binary 110000 1000011 10001011 1000001 110100 0 101101 11100011 110001 100101

Color Harmonies of #30438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30438B

Black with #30438B

Text Example


Text Example

White with #30438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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