Html Css Color HEX #384D9A Tory Blue

📋 copy color: '#384D9A'

red 56 ◦ green 77 ◦ blue 154

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

Shades of Tory Blue #384D9A

Tints of Tory Blue #384D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.66%

R = 19.51%
G = 26.83%
B = 53.66%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#384D9A (or 0x384D9A) is known color: Tory Blue. HEX triplet: 38, 4D and 9A. RGB value is (56,77,154). Sum of RGB (Red+Green+Blue) = 56+77+154=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #384D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D9A is #C7B265. Grayscale: #4F4F4F. Windows color (decimal): -13087334 or 10112312. OLE color: 10112312.

HSL color Cylindrical-coordinate representation of color #384D9A: hue angle of 227.14º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #384D9A is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 77 154 -
CMYK 0.64 0.50 0 0.40
HSL 227.14º 0.47% 0.41% -
HSV(B) 227.14º 0.64% 0.6% -
XYZ 10.12 8.48 31.68 -
YUV 79.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 56 77 154 0.64 0.50 0 0.40 227.14 0.47 0.41
Hex 38 4D 9A 40 32 0 28 E3 2F 29
Octal 70 115 232 100 62 0 50 343 57 51
Binary 111000 1001101 10011010 1000000 110010 0 101000 11100011 101111 101001

Color Harmonies of #384D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D9A

Black with #384D9A

Text Example


Text Example

White with #384D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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