Html Css Color HEX #384D91 Tory Blue

📋 copy color: '#384D91'

red 56 ◦ green 77 ◦ blue 145

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

Shades of Tory Blue #384D91

Tints of Tory Blue #384D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 20.14%
G = 27.7%
B = 52.16%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384D91 (or 0x384D91) is known color: Tory Blue. HEX triplet: 38, 4D and 91. RGB value is (56,77,145). Sum of RGB (Red+Green+Blue) = 56+77+145=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #384D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D91 is #C7B26E. Grayscale: #4E4E4E. Windows color (decimal): -13087343 or 9522488. OLE color: 9522488.

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

Color convert

RGB 56 77 145 -
CMYK 0.61 0.47 0 0.43
HSL 225.84º 0.44% 0.39% -
HSV(B) 225.84º 0.61% 0.57% -
XYZ 9.4 8.19 27.87 -
YUV 78.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 56 77 145 0.61 0.47 0 0.43 225.84 0.44 0.39
Hex 38 4D 91 3D 2F 0 2B E2 2C 27
Octal 70 115 221 75 57 0 53 342 54 47
Binary 111000 1001101 10010001 111101 101111 0 101011 11100010 101100 100111

Color Harmonies of #384D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D91

Black with #384D91

Text Example


Text Example

White with #384D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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