#38419C

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

Shades of Tory Blue #38419C

Tints of Tory Blue #38419C

Color information

#38419C (or 0x38419C) is unknown color: approx Tory Blue. HEX triplet: 38, 41 and 9C. RGB value is (56,65,156). Sum of RGB (Red+Green+Blue) = 56+65+156=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #38419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38419C is #C7BE63. Grayscale: #484848. Windows color (decimal): -13090404 or 10240312. OLE color: 10240312.

HSL color Cylindrical-coordinate representation of color #38419C: hue angle of 234.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38419C is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5665156-
CMYK0.640.5800.39
HSL234.6º47.17%41.57%-
HSV(B)234.6º64.1%61.18%-
XYZ9.527.0232.31-
YUV72.68175.02116.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=20.22%
G=23.47%
B=56.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56651560.640.5800.39234.647.1741.57
Hex38419C403A027eb2f2a
Octal70101234100720473535752
Binary1110001000001100111001000000111010010011111101011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,65,156); }

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

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

 a { background-color: rgb(56,65,156); }

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

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

 span { border-color: rgb(56,65,156); }

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