Html Css Color HEX #384E93 Tory Blue

📋 copy color: '#384E93'

red 56 ◦ green 78 ◦ blue 147

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

Shades of Tory Blue #384E93

Tints of Tory Blue #384E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.76%

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 19.93%
G = 27.76%
B = 52.31%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#384E93 (or 0x384E93) is known color: Tory Blue. HEX triplet: 38, 4E and 93. RGB value is (56,78,147). Sum of RGB (Red+Green+Blue) = 56+78+147=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #384E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384E93 is #C7B16C. Grayscale: #4E4E4E. Windows color (decimal): -13087085 or 9653816. OLE color: 9653816.

HSL color Cylindrical-coordinate representation of color #384E93: hue angle of 225.49º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384E93 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 78 147 -
CMYK 0.62 0.47 0 0.42
HSL 225.49º 0.45% 0.4% -
HSV(B) 225.49º 0.62% 0.58% -
XYZ 9.62 8.4 28.72 -
YUV 79.29 166.21 111.39 -
System Red Green Blue C M Y K H S L
Decimal 56 78 147 0.62 0.47 0 0.42 225.49 0.45 0.4
Hex 38 4E 93 3E 2F 0 2A E1 2D 28
Octal 70 116 223 76 57 0 52 341 55 50
Binary 111000 1001110 10010011 111110 101111 0 101010 11100001 101101 101000

Color Harmonies of #384E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E93

Black with #384E93

Text Example


Text Example

White with #384E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,78,147); }

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

background-color css

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

 a { background-color: rgb(56,78,147); }

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

border-color css

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

 span { border-color: rgb(56,78,147); }

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