Html Css Color HEX #385492 Tory Blue

📋 copy color: '#385492'

red 56 ◦ green 84 ◦ blue 146

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

Shades of Tory Blue #385492

Tints of Tory Blue #385492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 19.58%
G = 29.37%
B = 51.05%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385492 (or 0x385492) is known color: Tory Blue. HEX triplet: 38, 54 and 92. RGB value is (56,84,146). Sum of RGB (Red+Green+Blue) = 56+84+146=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #385492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385492 is #C7AB6D. Grayscale: #525252. Windows color (decimal): -13085550 or 9589816. OLE color: 9589816.

HSL color Cylindrical-coordinate representation of color #385492: hue angle of 221.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385492 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 84 146 -
CMYK 0.62 0.42 0 0.43
HSL 221.33º 0.45% 0.4% -
HSV(B) 221.33º 0.62% 0.57% -
XYZ 9.99 9.26 28.45 -
YUV 82.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 56 84 146 0.62 0.42 0 0.43 221.33 0.45 0.4
Hex 38 54 92 3E 2A 0 2B DD 2D 28
Octal 70 124 222 76 52 0 53 335 55 50
Binary 111000 1010100 10010010 111110 101010 0 101011 11011101 101101 101000

Color Harmonies of #385492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385492

Black with #385492

Text Example


Text Example

White with #385492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385492; }

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

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

background-color css

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

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

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

border-color css

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

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

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