Html Css Color HEX #385994 Tory Blue

📋 copy color: '#385994'

red 56 ◦ green 89 ◦ blue 148

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

Shades of Tory Blue #385994

Tints of Tory Blue #385994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 19.11%
G = 30.38%
B = 50.51%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385994 (or 0x385994) is known color: Tory Blue. HEX triplet: 38, 59 and 94. RGB value is (56,89,148). Sum of RGB (Red+Green+Blue) = 56+89+148=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #385994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385994 is #C7A66B. Grayscale: #555555. Windows color (decimal): -13084268 or 9722168. OLE color: 9722168.

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

Color convert

RGB 56 89 148 -
CMYK 0.62 0.40 0 0.42
HSL 218.48º 0.45% 0.4% -
HSV(B) 218.48º 0.62% 0.58% -
XYZ 10.55 10.12 29.42 -
YUV 85.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 56 89 148 0.62 0.40 0 0.42 218.48 0.45 0.4
Hex 38 59 94 3E 28 0 2A DA 2D 28
Octal 70 131 224 76 50 0 52 332 55 50
Binary 111000 1011001 10010100 111110 101000 0 101010 11011010 101101 101000

Color Harmonies of #385994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385994

Black with #385994

Text Example


Text Example

White with #385994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385994; }

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

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

background-color css

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

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

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

border-color css

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

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

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