Html Css Color HEX #385499 Tory Blue

📋 copy color: '#385499'

red 56 ◦ green 84 ◦ blue 153

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

Shades of Tory Blue #385499

Tints of Tory Blue #385499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 19.11%
G = 28.67%
B = 52.22%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#385499 (or 0x385499) is known color: Tory Blue. HEX triplet: 38, 54 and 99. RGB value is (56,84,153). Sum of RGB (Red+Green+Blue) = 56+84+153=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #385499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385499 is #C7AB66. Grayscale: #535353. Windows color (decimal): -13085543 or 10048568. OLE color: 10048568.

HSL color Cylindrical-coordinate representation of color #385499: hue angle of 222.68º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385499 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 84 153 -
CMYK 0.63 0.45 0 0.4
HSL 222.68º 0.46% 0.41% -
HSV(B) 222.68º 0.63% 0.6% -
XYZ 10.55 9.48 31.41 -
YUV 83.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 56 84 153 0.63 0.45 0 0.4 222.68 0.46 0.41
Hex 38 54 99 3F 2D 0 28 DF 2E 29
Octal 70 124 231 77 55 0 50 337 56 51
Binary 111000 1010100 10011001 111111 101101 0 101000 11011111 101110 101001

Color Harmonies of #385499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385499

Black with #385499

Text Example


Text Example

White with #385499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385499; }

 p { color: rgb(56,84,153); }

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

background-color css

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

 a { background-color: rgb(56,84,153); }

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

border-color css

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

 span { border-color: rgb(56,84,153); }

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