Html Css Color HEX #384D9C Tory Blue

📋 copy color: '#384D9C'

red 56 ◦ green 77 ◦ blue 156

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

Shades of Tory Blue #384D9C

Tints of Tory Blue #384D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 19.38%
G = 26.64%
B = 53.98%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#384D9C (or 0x384D9C) is known color: Tory Blue. HEX triplet: 38, 4D and 9C. RGB value is (56,77,156). Sum of RGB (Red+Green+Blue) = 56+77+156=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #384D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D9C is #C7B263. Grayscale: #4F4F4F. Windows color (decimal): -13087332 or 10243384. OLE color: 10243384.

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

Color convert

RGB 56 77 156 -
CMYK 0.64 0.51 0 0.39
HSL 227.4º 0.47% 0.42% -
HSV(B) 227.4º 0.64% 0.61% -
XYZ 10.29 8.55 32.56 -
YUV 79.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 56 77 156 0.64 0.51 0 0.39 227.4 0.47 0.42
Hex 38 4D 9C 40 33 0 27 E3 2F 2A
Octal 70 115 234 100 63 0 47 343 57 52
Binary 111000 1001101 10011100 1000000 110011 0 100111 11100011 101111 101010

Color Harmonies of #384D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D9C

Black with #384D9C

Text Example


Text Example

White with #384D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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