Html Css Color HEX #385993 Tory Blue

📋 copy color: '#385993'

red 56 ◦ green 89 ◦ blue 147

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

Shades of Tory Blue #385993

Tints of Tory Blue #385993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 19.18%
G = 30.48%
B = 50.34%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385993 (or 0x385993) is known color: Tory Blue. HEX triplet: 38, 59 and 93. RGB value is (56,89,147). Sum of RGB (Red+Green+Blue) = 56+89+147=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #385993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385993 is #C7A66C. Grayscale: #555555. Windows color (decimal): -13084269 or 9656632. OLE color: 9656632.

HSL color Cylindrical-coordinate representation of color #385993: hue angle of 218.24º 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 #385993 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 89 147 -
CMYK 0.62 0.39 0 0.42
HSL 218.24º 0.45% 0.4% -
HSV(B) 218.24º 0.62% 0.58% -
XYZ 10.47 10.09 29 -
YUV 85.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 56 89 147 0.62 0.39 0 0.42 218.24 0.45 0.4
Hex 38 59 93 3E 27 0 2A DA 2D 28
Octal 70 131 223 76 47 0 52 332 55 50
Binary 111000 1011001 10010011 111110 100111 0 101010 11011010 101101 101000

Color Harmonies of #385993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385993

Black with #385993

Text Example


Text Example

White with #385993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385993; }

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

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

background-color css

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

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

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

border-color css

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

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

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