#384297

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

Shades of Tory Blue #384297

Tints of Tory Blue #384297

Color information

#384297 (or 0x384297) is unknown color: approx Tory Blue. HEX triplet: 38, 42 and 97. RGB value is (56,66,151). Sum of RGB (Red+Green+Blue) = 56+66+151=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #384297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384297 is #C7BD68. Grayscale: #484848. Windows color (decimal): -13090153 or 9912888. OLE color: 9912888.

HSL color Cylindrical-coordinate representation of color #384297: hue angle of 233.68º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384297 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5666151-
CMYK0.630.5600.41
HSL233.68º45.89%40.59%-
HSV(B)233.68º62.91%59.22%-
XYZ9.176.9730.14-
YUV72.7172.19116.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 151 (59.38% from 255) = 55.31%
R=20.51%
G=24.18%
B=55.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56661510.630.5600.41233.6845.8940.59
Hex3842973F38029ea2e29
Octal7010222777700513525651
Binary111000100001010010111111111111000010100111101010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384297; }

 p { color: rgb(56,66,151); }

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

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

 a { background-color: rgb(56,66,151); }

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

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

 span { border-color: rgb(56,66,151); }

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