Html Css Color HEX #385393 Tory Blue

📋 copy color: '#385393'

red 56 ◦ green 83 ◦ blue 147

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

Shades of Tory Blue #385393

Tints of Tory Blue #385393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 19.58%
G = 29.02%
B = 51.4%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385393 (or 0x385393) is known color: Tory Blue. HEX triplet: 38, 53 and 93. RGB value is (56,83,147). Sum of RGB (Red+Green+Blue) = 56+83+147=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #385393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385393 is #C7AC6C. Grayscale: #515151. Windows color (decimal): -13085805 or 9655096. OLE color: 9655096.

HSL color Cylindrical-coordinate representation of color #385393: hue angle of 222.2º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385393 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 83 147 -
CMYK 0.62 0.44 0 0.42
HSL 222.2º 0.45% 0.4% -
HSV(B) 222.2º 0.62% 0.58% -
XYZ 9.99 9.13 28.84 -
YUV 82.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 56 83 147 0.62 0.44 0 0.42 222.2 0.45 0.4
Hex 38 53 93 3E 2C 0 2A DE 2D 28
Octal 70 123 223 76 54 0 52 336 55 50
Binary 111000 1010011 10010011 111110 101100 0 101010 11011110 101101 101000

Color Harmonies of #385393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385393

Black with #385393

Text Example


Text Example

White with #385393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385393; }

 p { color: rgb(56,83,147); }

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

background-color css

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

 a { background-color: rgb(56,83,147); }

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

border-color css

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

 span { border-color: rgb(56,83,147); }

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