#38558A

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

Shades of Tory Blue #38558A

Tints of Tory Blue #38558A

Color information

#38558A (or 0x38558A) is unknown color: approx Tory Blue. HEX triplet: 38, 55 and 8A. RGB value is (56,85,138). Sum of RGB (Red+Green+Blue) = 56+85+138=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #38558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38558A is #C7AA75. Grayscale: #525252. Windows color (decimal): -13085302 or 9065784. OLE color: 9065784.

HSL color Cylindrical-coordinate representation of color #38558A: hue angle of 218.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38558A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5685138-
CMYK0.590.3800.46
HSL218.78º42.27%38.04%-
HSV(B)218.78º59.42%54.12%-
XYZ9.479.1725.32-
YUV82.37159.39109.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=20.07%
G=30.47%
B=49.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56851380.590.3800.46218.7842.2738.04
Hex38558A3B2602Edb2a26
Octal7012521273460563335246
Binary111000101010110001010111011100110010111011011011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38558A; }

 p { color: rgb(56,85,138); }

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

<style>
 a { background-color: #38558A; }

 a { background-color: rgb(56,85,138); }

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

<style>
 span { border-color: #38558A; }

 span { border-color: rgb(56,85,138); }

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