#38448A

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

Shades of Tory Blue #38448A

Tints of Tory Blue #38448A

Color information

#38448A (or 0x38448A) is unknown color: approx Tory Blue. HEX triplet: 38, 44 and 8A. RGB value is (56,68,138). Sum of RGB (Red+Green+Blue) = 56+68+138=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #38448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38448A is #C7BB75. Grayscale: #484848. Windows color (decimal): -13089654 or 9061432. OLE color: 9061432.

HSL color Cylindrical-coordinate representation of color #38448A: hue angle of 231.22º 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 #38448A is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5668138-
CMYK0.590.5100.46
HSL231.22º42.27%38.04%-
HSV(B)231.22º59.42%54.12%-
XYZ8.296.8124.92-
YUV72.39165.02116.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=21.37%
G=25.95%
B=52.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56681380.590.5100.46231.2242.2738.04
Hex38448A3B3302Ee72a26
Octal7010421273630563475246
Binary111000100010010001010111011110011010111011100111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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