Html Css Color HEX #385494 Tory Blue

📋 copy color: '#385494'

red 56 ◦ green 84 ◦ blue 148

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

Shades of Tory Blue #385494

Tints of Tory Blue #385494

RGB

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

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

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

R = 19.44%
G = 29.17%
B = 51.39%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385494 (or 0x385494) is known color: Tory Blue. HEX triplet: 38, 54 and 94. RGB value is (56,84,148). Sum of RGB (Red+Green+Blue) = 56+84+148=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #385494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385494 is #C7AB6B. Grayscale: #525252. Windows color (decimal): -13085548 or 9720888. OLE color: 9720888.

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

Color convert

RGB 56 84 148 -
CMYK 0.62 0.43 0 0.42
HSL 221.74º 0.45% 0.4% -
HSV(B) 221.74º 0.62% 0.58% -
XYZ 10.15 9.32 29.28 -
YUV 82.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 56 84 148 0.62 0.43 0 0.42 221.74 0.45 0.4
Hex 38 54 94 3E 2B 0 2A DE 2D 28
Octal 70 124 224 76 53 0 52 336 55 50
Binary 111000 1010100 10010100 111110 101011 0 101010 11011110 101101 101000

Color Harmonies of #385494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385494

Black with #385494

Text Example


Text Example

White with #385494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385494; }

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

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

background-color css

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

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

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

border-color css

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

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

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