Html Css Color HEX #384E86 Tory Blue

📋 copy color: '#384E86'

red 56 ◦ green 78 ◦ blue 134

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

Shades of Tory Blue #384E86

Tints of Tory Blue #384E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50%

R = 20.9%
G = 29.1%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#384E86 (or 0x384E86) is known color: Tory Blue. HEX triplet: 38, 4E and 86. RGB value is (56,78,134). Sum of RGB (Red+Green+Blue) = 56+78+134=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #384E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384E86 is #C7B179. Grayscale: #4D4D4D. Windows color (decimal): -13087098 or 8801848. OLE color: 8801848.

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

Color convert

RGB 56 78 134 -
CMYK 0.58 0.42 0 0.47
HSL 223.08º 0.41% 0.37% -
HSV(B) 223.08º 0.58% 0.53% -
XYZ 8.66 8.01 23.64 -
YUV 77.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 56 78 134 0.58 0.42 0 0.47 223.08 0.41 0.37
Hex 38 4E 86 3A 2A 0 2F DF 29 25
Octal 70 116 206 72 52 0 57 337 51 45
Binary 111000 1001110 10000110 111010 101010 0 101111 11011111 101001 100101

Color Harmonies of #384E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E86

Black with #384E86

Text Example


Text Example

White with #384E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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