Html Css Color HEX #385198 Tory Blue

📋 copy color: '#385198'

red 56 ◦ green 81 ◦ blue 152

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

Shades of Tory Blue #385198

Tints of Tory Blue #385198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 19.38%
G = 28.03%
B = 52.6%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#385198 (or 0x385198) is known color: Tory Blue. HEX triplet: 38, 51 and 98. RGB value is (56,81,152). Sum of RGB (Red+Green+Blue) = 56+81+152=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #385198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385198 is #C7AE67. Grayscale: #515151. Windows color (decimal): -13086312 or 9982264. OLE color: 9982264.

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

Color convert

RGB 56 81 152 -
CMYK 0.63 0.47 0 0.40
HSL 224.38º 0.46% 0.41% -
HSV(B) 224.38º 0.63% 0.6% -
XYZ 10.24 8.99 30.9 -
YUV 81.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 56 81 152 0.63 0.47 0 0.40 224.38 0.46 0.41
Hex 38 51 98 3F 2F 0 28 E0 2E 29
Octal 70 121 230 77 57 0 50 340 56 51
Binary 111000 1010001 10011000 111111 101111 0 101000 11100000 101110 101001

Color Harmonies of #385198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385198

Black with #385198

Text Example


Text Example

White with #385198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385198; }

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

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

background-color css

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

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

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

border-color css

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

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

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