Html Css Color HEX #384791 Tory Blue

📋 copy color: '#384791'

red 56 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #384791

Tints of Tory Blue #384791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

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

R = 20.59%
G = 26.1%
B = 53.31%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384791 (or 0x384791) is known color: Tory Blue. HEX triplet: 38, 47 and 91. RGB value is (56,71,145). Sum of RGB (Red+Green+Blue) = 56+71+145=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #384791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384791 is #C7B86E. Grayscale: #4A4A4A. Windows color (decimal): -13088879 or 9520952. OLE color: 9520952.

HSL color Cylindrical-coordinate representation of color #384791: hue angle of 229.89º 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 #384791 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 71 145 -
CMYK 0.61 0.51 0 0.43
HSL 229.89º 0.44% 0.39% -
HSV(B) 229.89º 0.61% 0.57% -
XYZ 8.99 7.39 27.74 -
YUV 74.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 56 71 145 0.61 0.51 0 0.43 229.89 0.44 0.39
Hex 38 47 91 3D 33 0 2B E6 2C 27
Octal 70 107 221 75 63 0 53 346 54 47
Binary 111000 1000111 10010001 111101 110011 0 101011 11100110 101100 100111

Color Harmonies of #384791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384791

Black with #384791

Text Example


Text Example

White with #384791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384791; }

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

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

background-color css

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

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

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

border-color css

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

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

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