Html Css Color HEX #384686 Tory Blue

📋 copy color: '#384686'

red 56 ◦ green 70 ◦ blue 134

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

Shades of Tory Blue #384686

Tints of Tory Blue #384686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 134 (52.73% from 255) = 51.54%

R = 21.54%
G = 26.92%
B = 51.54%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#384686 (or 0x384686) is known color: Tory Blue. HEX triplet: 38, 46 and 86. RGB value is (56,70,134). Sum of RGB (Red+Green+Blue) = 56+70+134=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #384686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384686 is #C7B979. Grayscale: #484848. Windows color (decimal): -13089146 or 8799800. OLE color: 8799800.

HSL color Cylindrical-coordinate representation of color #384686: hue angle of 229.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384686 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 70 134 -
CMYK 0.58 0.48 0 0.47
HSL 229.23º 0.41% 0.37% -
HSV(B) 229.23º 0.58% 0.53% -
XYZ 8.12 6.94 23.47 -
YUV 73.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 56 70 134 0.58 0.48 0 0.47 229.23 0.41 0.37
Hex 38 46 86 3A 30 0 2F E5 29 25
Octal 70 106 206 72 60 0 57 345 51 45
Binary 111000 1000110 10000110 111010 110000 0 101111 11100101 101001 100101

Color Harmonies of #384686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384686

Black with #384686

Text Example


Text Example

White with #384686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384686; }

 p { color: rgb(56,70,134); }

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

background-color css

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

 a { background-color: rgb(56,70,134); }

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

border-color css

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

 span { border-color: rgb(56,70,134); }

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