Html Css Color HEX #384D9D Tory Blue

📋 copy color: '#384D9D'

red 56 ◦ green 77 ◦ blue 157

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

Shades of Tory Blue #384D9D

Tints of Tory Blue #384D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 157 (61.72% from 255) = 54.14%

R = 19.31%
G = 26.55%
B = 54.14%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#384D9D (or 0x384D9D) is known color: Tory Blue. HEX triplet: 38, 4D and 9D. RGB value is (56,77,157). Sum of RGB (Red+Green+Blue) = 56+77+157=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #384D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D9D is #C7B262. Grayscale: #4F4F4F. Windows color (decimal): -13087331 or 10308920. OLE color: 10308920.

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

Color convert

RGB 56 77 157 -
CMYK 0.64 0.51 0 0.38
HSL 227.52º 0.47% 0.42% -
HSV(B) 227.52º 0.64% 0.62% -
XYZ 10.37 8.58 33.01 -
YUV 79.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 56 77 157 0.64 0.51 0 0.38 227.52 0.47 0.42
Hex 38 4D 9D 40 33 0 26 E4 2F 2A
Octal 70 115 235 100 63 0 46 344 57 52
Binary 111000 1001101 10011101 1000000 110011 0 100110 11100100 101111 101010

Color Harmonies of #384D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D9D

Black with #384D9D

Text Example


Text Example

White with #384D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,157); }

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

background-color css

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

 a { background-color: rgb(56,77,157); }

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

border-color css

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

 span { border-color: rgb(56,77,157); }

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