Html Css Color HEX #384E8B Tory Blue

📋 copy color: '#384E8B'

red 56 ◦ green 78 ◦ blue 139

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

Shades of Tory Blue #384E8B

Tints of Tory Blue #384E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 20.51%
G = 28.57%
B = 50.92%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#384E8B (or 0x384E8B) is known color: Tory Blue. HEX triplet: 38, 4E and 8B. RGB value is (56,78,139). Sum of RGB (Red+Green+Blue) = 56+78+139=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #384E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384E8B is #C7B174. Grayscale: #4E4E4E. Windows color (decimal): -13087093 or 9129528. OLE color: 9129528.

HSL color Cylindrical-coordinate representation of color #384E8B: hue angle of 224.1º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #384E8B is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 78 139 -
CMYK 0.60 0.44 0 0.45
HSL 224.1º 0.43% 0.38% -
HSV(B) 224.1º 0.6% 0.55% -
XYZ 9.02 8.15 25.52 -
YUV 78.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 56 78 139 0.60 0.44 0 0.45 224.1 0.43 0.38
Hex 38 4E 8B 3C 2C 0 2D E0 2B 26
Octal 70 116 213 74 54 0 55 340 53 46
Binary 111000 1001110 10001011 111100 101100 0 101101 11100000 101011 100110

Color Harmonies of #384E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E8B

Black with #384E8B

Text Example


Text Example

White with #384E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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