Html Css Color HEX #384E8C Tory Blue

📋 copy color: '#384E8C'

red 56 ◦ green 78 ◦ blue 140

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

Shades of Tory Blue #384E8C

Tints of Tory Blue #384E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 20.44%
G = 28.47%
B = 51.09%

CMYK

 C value IS 0.6

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#384E8C (or 0x384E8C) is known color: Tory Blue. HEX triplet: 38, 4E and 8C. RGB value is (56,78,140). Sum of RGB (Red+Green+Blue) = 56+78+140=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #384E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384E8C is #C7B173. Grayscale: #4E4E4E. Windows color (decimal): -13087092 or 9195064. OLE color: 9195064.

HSL color Cylindrical-coordinate representation of color #384E8C: hue angle of 224.29º 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 #384E8C is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 78 140 -
CMYK 0.6 0.44 0 0.45
HSL 224.29º 0.43% 0.38% -
HSV(B) 224.29º 0.6% 0.55% -
XYZ 9.09 8.18 25.91 -
YUV 78.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 56 78 140 0.6 0.44 0 0.45 224.29 0.43 0.38
Hex 38 4E 8C 3C 2C 0 2D E0 2B 26
Octal 70 116 214 74 54 0 55 340 53 46
Binary 111000 1001110 10001100 111100 101100 0 101101 11100000 101011 100110

Color Harmonies of #384E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E8C

Black with #384E8C

Text Example


Text Example

White with #384E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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