Html Css Color HEX #30438E Tory Blue

📋 copy color: '#30438E'

red 48 ◦ green 67 ◦ blue 142

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

Shades of Tory Blue #30438E

Tints of Tory Blue #30438E

RGB

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

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

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

R = 18.68%
G = 26.07%
B = 55.25%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30438E (or 0x30438E) is known color: Tory Blue. HEX triplet: 30, 43 and 8E. RGB value is (48,67,142). Sum of RGB (Red+Green+Blue) = 48+67+142=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #30438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30438E is #CFBC71. Grayscale: #454545. Windows color (decimal): -13614194 or 9323312. OLE color: 9323312.

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

Color convert

RGB 48 67 142 -
CMYK 0.66 0.53 0 0.44
HSL 227.87º 0.49% 0.37% -
HSV(B) 227.87º 0.66% 0.56% -
XYZ 8.11 6.6 26.44 -
YUV 69.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 48 67 142 0.66 0.53 0 0.44 227.87 0.49 0.37
Hex 30 43 8E 42 35 0 2C E4 31 25
Octal 60 103 216 102 65 0 54 344 61 45
Binary 110000 1000011 10001110 1000010 110101 0 101100 11100100 110001 100101

Color Harmonies of #30438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30438E

Black with #30438E

Text Example


Text Example

White with #30438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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