Html Css Color HEX #384D9E Tory Blue

📋 copy color: '#384D9E'

red 56 ◦ green 77 ◦ blue 158

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

Shades of Tory Blue #384D9E

Tints of Tory Blue #384D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 19.24%
G = 26.46%
B = 54.3%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#384D9E (or 0x384D9E) is known color: Tory Blue. HEX triplet: 38, 4D and 9E. RGB value is (56,77,158). Sum of RGB (Red+Green+Blue) = 56+77+158=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #384D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D9E is #C7B261. Grayscale: #4F4F4F. Windows color (decimal): -13087330 or 10374456. OLE color: 10374456.

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

Color convert

RGB 56 77 158 -
CMYK 0.65 0.51 0 0.38
HSL 227.65º 0.48% 0.42% -
HSV(B) 227.65º 0.65% 0.62% -
XYZ 10.46 8.62 33.46 -
YUV 79.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 56 77 158 0.65 0.51 0 0.38 227.65 0.48 0.42
Hex 38 4D 9E 41 33 0 26 E4 30 2A
Octal 70 115 236 101 63 0 46 344 60 52
Binary 111000 1001101 10011110 1000001 110011 0 100110 11100100 110000 101010

Color Harmonies of #384D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D9E

Black with #384D9E

Text Example


Text Example

White with #384D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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