Html Css Color HEX #30438C Tory Blue

📋 copy color: '#30438C'

red 48 ◦ green 67 ◦ blue 140

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

Shades of Tory Blue #30438C

Tints of Tory Blue #30438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 18.82%
G = 26.27%
B = 54.9%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30438C (or 0x30438C) is known color: Tory Blue. HEX triplet: 30, 43 and 8C. RGB value is (48,67,140). Sum of RGB (Red+Green+Blue) = 48+67+140=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #30438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30438C is #CFBC73. Grayscale: #454545. Windows color (decimal): -13614196 or 9192240. OLE color: 9192240.

HSL color Cylindrical-coordinate representation of color #30438C: hue angle of 227.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30438C is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 67 140 -
CMYK 0.66 0.52 0 0.45
HSL 227.61º 0.49% 0.37% -
HSV(B) 227.61º 0.66% 0.55% -
XYZ 7.96 6.54 25.65 -
YUV 69.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 48 67 140 0.66 0.52 0 0.45 227.61 0.49 0.37
Hex 30 43 8C 42 34 0 2D E4 31 25
Octal 60 103 214 102 64 0 55 344 61 45
Binary 110000 1000011 10001100 1000010 110100 0 101101 11100100 110001 100101

Color Harmonies of #30438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30438C

Black with #30438C

Text Example


Text Example

White with #30438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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