Html Css Color HEX #384A96 Tory Blue

📋 copy color: '#384A96'

red 56 ◦ green 74 ◦ blue 150

#384A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #384A96

Tints of Tory Blue #384A96

RGB

 RED value IS 56 (22.27% from 255) = 20%

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 20%
G = 26.43%
B = 53.57%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#384A96 (or 0x384A96) is known color: Tory Blue. HEX triplet: 38, 4A and 96. RGB value is (56,74,150). Sum of RGB (Red+Green+Blue) = 56+74+150=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #384A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A96 is #C7B569. Grayscale: #4C4C4C. Windows color (decimal): -13088106 or 9849400. OLE color: 9849400.

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

Color convert

RGB 56 74 150 -
CMYK 0.63 0.51 0 0.41
HSL 228.51º 0.46% 0.4% -
HSV(B) 228.51º 0.63% 0.59% -
XYZ 9.58 7.94 29.88 -
YUV 77.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 56 74 150 0.63 0.51 0 0.41 228.51 0.46 0.4
Hex 38 4A 96 3F 33 0 29 E5 2E 28
Octal 70 112 226 77 63 0 51 345 56 50
Binary 111000 1001010 10010110 111111 110011 0 101001 11100101 101110 101000

Color Harmonies of #384A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A96

Black with #384A96

Text Example


Text Example

White with #384A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384A96; }

 p { color: rgb(56,74,150); }

 H1.HeaderClassName
 {
   color: #384A96;
 }
 .AnyTagClassName
 {
   color: #384A96;
 }
</style>

background-color css

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

 a { background-color: rgb(56,74,150); }

 div.DivClassName
 {
   background-color: #384A96;
 }
 .BgClassName
 {
   background-color: #384A96;
 }
</style>

border-color css

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

 span { border-color: rgb(56,74,150); }

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