Html Css Color HEX #385199 Tory Blue

📋 copy color: '#385199'

red 56 ◦ green 81 ◦ blue 153

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

Shades of Tory Blue #385199

Tints of Tory Blue #385199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.93%

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

R = 19.31%
G = 27.93%
B = 52.76%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#385199 (or 0x385199) is known color: Tory Blue. HEX triplet: 38, 51 and 99. RGB value is (56,81,153). Sum of RGB (Red+Green+Blue) = 56+81+153=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #385199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385199 is #C7AE66. Grayscale: #515151. Windows color (decimal): -13086311 or 10047800. OLE color: 10047800.

HSL color Cylindrical-coordinate representation of color #385199: hue angle of 224.54º 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 #385199 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 81 153 -
CMYK 0.63 0.47 0 0.4
HSL 224.54º 0.46% 0.41% -
HSV(B) 224.54º 0.63% 0.6% -
XYZ 10.32 9.03 31.34 -
YUV 81.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 56 81 153 0.63 0.47 0 0.4 224.54 0.46 0.41
Hex 38 51 99 3F 2F 0 28 E1 2E 29
Octal 70 121 231 77 57 0 50 341 56 51
Binary 111000 1010001 10011001 111111 101111 0 101000 11100001 101110 101001

Color Harmonies of #385199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385199

Black with #385199

Text Example


Text Example

White with #385199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385199; }

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

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

background-color css

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

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

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

border-color css

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

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

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