#38488C

Color #38488C Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #38488C

Tints of Tory Blue #38488C

Color information

#38488C (or 0x38488C) is unknown color: approx Tory Blue. HEX triplet: 38, 48 and 8C. RGB value is (56,72,140). Sum of RGB (Red+Green+Blue) = 56+72+140=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #38488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38488C is #C7B773. Grayscale: #4A4A4A. Windows color (decimal): -13088628 or 9193528. OLE color: 9193528.

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

Color convert

RGB5672140-
CMYK0.60.4900.45
HSL228.57º42.86%38.43%-
HSV(B)228.57º60%54.9%-
XYZ8.687.3725.78-
YUV74.97164.7114.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=20.90%
G=26.87%
B=52.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56721400.60.4900.45228.5742.8638.43
Hex38488C3C3102De52b26
Octal7011021474610553455346
Binary111000100100010001100111100110001010110111100101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,72,140); }

 H1.HeaderClassName
 {
   color: #38488C;
 }
 .AnyTagClassName
 {
   color: #38488C;
 }
</style>
background-color css

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

 a { background-color: rgb(56,72,140); }

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

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

 span { border-color: rgb(56,72,140); }

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